<?php


$contactData = array(

    "Abilene" => array(
        "location"=>"Abilene, TX",
        "contacts"=>array(
            array(
                "contact"=>"Ms. Nancy Pittard Smith
197 E. Beltway South
Abilene, TX 79602
(325) 232-2505",
                "email"=>"NPITTARD56@GMAIL.COM"
            ),
        )
    ),
    "Austin" => array(
        "location"=>"Austin Area",
        "contacts"=>array(
            array(
                "contact"=>"Dr. William F. Lasher
Professor Emeritus of Higher Education, 
UT Austin 
 
5905 Ivy Hills Dr.
Austin, TX 78759
(512) 346-6488 home
(512) 507-3600 cell",
                "email"=>"BLASHER@AUSTIN.UTEXAS.EDU"
            ),
            array(

                "contact"=>"Ms. Marsha Kelman
2719 Mountain Laurel Ln 
Austin, TX 78703
(512) 621-9847 cell",
                "email"=>"MARSHA.KELMAN@UTEXAS.EDU"
            ),
        )
    ),
    "College Station"=>array(
        "location"=>"College Station Area",
        "contacts"=>array(
            array(
                "contact"=>"Mr. Alvin P. Bormann, Jr.
Director Emeritus Student Financial Aid
Texas A&amp;M University

802 Southern Hills Court
College Station, TX 77845
(979) 255-8824 cell",
                "email"=>"ABORMANN39@GMAIL.COM"
            ),
        )
    ),
    "Corpus Christi"=>array(
        "location"=>"Corpus Christi Area",
        "contacts"=>array(
            array(
                "contact"=>"Ms. Margaret Oliveira Dechant
Associate Vice President for Community Relations
Texas A&amp;M University-Corpus Christi        	      	      	 
7405 Lake Travis Drive
Corpus Christi, TX  78413
(361) 563-2534",
                "email"=>"MARGARET.DECHANT@TAMUCC.EDU",
            ),
        )
    ),
    "Dallas Ft Worth"=>array(
        "location"=>"Dallas, Ft Worth Area",
        "contacts"=>array(
            array(
                "contact"=>"Dr. Carole J. Wilson
Senior Statistician & Data Scientist
Latin American Public Opinion  Program Vanderbilt University
 
1022 Creekwood Drive
Garland, TX  75044
(214) 564-8684",
                "email"=>"CJWILSON.FRANKLIN.LINDSAY@GMAIL.COM"
            ),
        )
    ),
    "El Paso"=>array(
        "location"=>"El Paso Area",
        "contacts"=>array(
            array(
                "contact"=>"Ms. Linda Gonzalez-Hensgen
Retired – January 2017
 
2109 Windrock
El Paso, TX 79925
(915) 433-6876 cell",
                "email"=>"LINDAAGH469@GMAIL.COM"
            ),
        ),
    ),
    "Harlingen"=>array(
        "location"=>"Harlingen Area",
        "contacts"=>array(
            array(
                "contact"=>"Ms. Laura Means
Elementary School Teacher 
Harlingen Consolidated School District
 
210 Parkview Circle
Harlingen, TX 78550
(956) 492-7070",
                "email"=>"HANSSTORMY@YAHOO.COM"
            ),
        ),
    ),
    "Houston"=>array(
        "location"=>"Houston Area",
        "contacts"=>array(
            array(
                "contact"=>"Mr. David Kennedy
15 Rippled Pond Circle  
The Woodlands, TX 77382
(936) 271-6249 work
(832) 510-3805 cell",
                "email"=>"APOLITICALGUY@OUTLOOK.COM",
            ),
            array(
                "contact"=>"Mr. John Rapp
2104 Meadow Parkway North
League City, TX  77573
(713) 859-8662 cell",
                "email"=>"RAPPTEXAS@GMAIL.COM
            ),
        ),
    ),
    "Lubbock"=>array(
        "location"=>"Lubbock Area",
        "contacts"=>array(
            array(
                "contact"=>"Mr. Jimmy Parker
Panhandle-Plains Higher Education Foundation
3000 FM 2590
Canyon, TX  79015
(877) 629-3669 Toll Free
(806) 324-4115",
                "email"=>"JIMMYP@PPHEF.ORG",
            ),
        ),
    ),
    "San Antonio"=>array(
        "location"=>"San Antonio Area",
        "contacts"=>array(
            array(

                "contact"=>"Mr. Alfred Rodriguez
27327 Ranch Crk
Boerne, TX  78006
(210) 842-0042 cell",
                "email"=>"ALFRED27327@GMAIL.COM",
            ),
        ),
    ),
    "Waco"=>array(
        "location"=>"Waco Area",
        "contacts"=>array(
            array(
                "contact"=>"Dr. Wynn Rolf
3420 MacArthur Dr.
Waco, TX 76708
(254) 709-0237 cell",
                "email"=>"WROLFK@GMAIL.COM",
            ),
        ),
    ),
);

