Home

Welcome to Come As You Are Assisted Living

Since we opened our first care home, we have provided a wide variety of special needs populations with affordable and specialized housing. Demographics served include but are not limited to: disabled, veterans, seniors, sober living, transitional housing, re-entry, low income, and other special needs populations. Our properties and services are of the highest caliber in our state and local area due to our commitment to safe, affordable all- inclusive living environments.

 


Our Mission

Our Mission is to provide affordable and quality all-inclusive living environments to all of those who are in need!

/* global FusionPageBuilderViewManager, FusionPageBuilderEvents */ var FusionPageBuilder = FusionPageBuilder || {}; ( function( $ ) { $( document ).ready( function() { // Builder Checkout Form View FusionPageBuilder.checkoutForm = window.wp.Backbone.View.extend( { className: 'fusion-checkout-form', template: FusionPageBuilder.template( $( '#fusion-checkout-form-template' ).html() ), events: { 'click .fusion-builder-delete-checkout-form': 'removeContainer' }, render: function() { this.$el.html( this.template( this.model.toJSON() ) ); return this; }, removeContainer: function( event ) { if ( event ) { event.preventDefault(); } FusionPageBuilderViewManager.removeView( this.model.get( 'cid' ) ); this.model.destroy(); this.remove(); if ( event ) { FusionPageBuilderEvents.trigger( 'fusion-element-removed' ); } } } ); } ); }( jQuery ) );