Array
(
    [cities] => Array
        (
            [0] => Array
                (
                    [city] => Phoenix
                    [state] => AZ
                )

        )

    [street_names] => Array
        (
            [0] => 17th
        )

)