Close
- ●
- ●
Kent Place
Apartments
Kent Place Apartments is a great place to live! Located in the heart of beautiful Old Town Elk Grove, it is within walking distance in either direction to shopping centers, Starbucks, It's A Grind Coffee, Cold Stone just to name a few and plenty of spas and hair Salons. Located minutes away from Highway 99 freeway, simply put, it's a great location to call home!
Amenities
'); $('.apartment-amenities-list-modal-div').append('
' + inSelectUnitsText + '
'); } else $('#client-panel-1').append('
' + inSelectUnitsText + '
'); f_unitLabelShowHide(); } $('.amenities-tabbed-overlay').click(function() { f_hideAmenitiesModal(); }); var maxTabHeight = 0; if (screen.width > 500) { $('.tabs-panel').each(function(i, v) { if ($(v).height() > maxTabHeight) maxTabHeight = $(v).height(); }); $('.tabs-panel').css('min-height', maxTabHeight); } $('.tabs-title .tabs-link').click(function () { $('#example-tabs .tabs-title').removeClass('is-active'); $('.tabs-content .tabs-panel').removeClass('is-active'); $(this).parent().addClass('is-active'); var checkId = $(this).attr('data'); $(checkId).addClass('is-active'); }); var pixelRatio = ((window.devicePixelRatio) ? window.devicePixelRatio : 1); var windowWidth = Math.floor(window.innerWidth * 0.80 * pixelRatio); var windowHeight = Math.floor(window.innerHeight * 0.80 * pixelRatio); var fullImageSizeString = windowWidth + 'x' + windowHeight; $('.amenity-image-link').each(function (i, e) { var selectedAmenityImageUrl = $(e).data('amenityimage'); selectedAmenityImageUrl = selectedAmenityImageUrl.replace('%s', fullImageSizeString); $(e).attr('href', selectedAmenityImageUrl).attr('data-caption', $(e).html()); var groupName = 'amenity-image-gallery'; if ($(e).hasClass('amenity-image-modal-link')) groupName = 'amenity-image-modal-gallery'; $(e).attr('data-fancybox', groupName); }); $('.amenity-image-link').fancybox({ fullScreen: {autoStart: false},thumbs: { autoStart: false, hideOnClose: true},smallBtn: "auto",afterLoad : function(instance, current) {var pixelRatio = window.devicePixelRatio || 1;if ( pixelRatio > 1.5 ) {current.width = current.width / pixelRatio;current.height = current.height / pixelRatio;}} }); }); function f_hideAmenitiesModal() { $('.amenities-tabbed-dialog').hide(); $('.amenities-tabbed-overlay').hide(); $('body').removeClass('modal-open'); } function f_unitLabelShowHide() { $('.select-units-only').hide(); $('#client-panel-1 ul li').each(function () { if ($(this).text().indexOf('*') > -1) { $('.select-units-only').show(); return false; } }); }
- 24-Hour Availability
- Public Transportation
- Additional Storage
- Air Conditioning
- Ceiling Fan
- Dishwasher
- Disposal
- Fireplace
- Large Closets
- Private Balcony
- Private Patio
- Range
- Refrigerator
- Washer/Dryer Hookup
- Window Coverings
- Pet Policy Type: Cat, Dog
- Max Weight of Pets: 25
- Pet Policy: We accept both cats and dogs with a $25 pet rent per pet, 2 pet limit under 25 lbs. *Breed Restrictions Apply. *Service Animals Accepted. Please contact us for our Service Animal Policy.
- Max Number of Pets: 2
- Pet Monthly Rent Min/Max: $25 - $50
- Parking Type: Surface Lot
- Parking Comment: Open parking lot. Please call for parking information.
Check Availability
Time Out Error.
Refresh Page or Try Again Later
") .addClass("arrow") .addClass(feedback.vertical) .addClass(feedback.horizontal) .appendTo(this); } } }); $(".read-more-fp").each(function() { if ($(this).text().length > 185) { $(this).expander({ slicePoint: 185, expandSpeed: 200, collapseSpeed: 200, expandText: 'Read More', userCollapseText: 'Show Less -', expandEffect: 'fadeIn', collapseEffect: 'fadeOut', moreClass:'read-more-fp', lessClass:'read-less-fp' }); } }); $('#dialog-overlay').on('click', function () { f_hideFloorPlanModals(); }); $('.dropdown-menu').click(function(event) { event.stopPropagation(); }); var availabilityParam = getParameterByName('availability'); if (availabilityParam) $('input[value="' + availabilityParam + '"]').attr('checked', 'checked'); var flexParam = getParameterByName('flexdays'); if (flexParam) $('#flex-days').val(flexParam); $('input[name="availability"]').change(function() { f_setInitialUnitsData(); }); $('#flex-days').change(function() { f_setInitialUnitsData(); }); $('#videoDisplayList').on("click", "li", function (e, isFirstTimePlay) { var index = $(this).data("index"); $('#videoDisplayList li').removeClass('selected'); $(this).addClass('selected'); var videoObj = selectedFPVideos[index]; $('#videoDisplayContainer iframe').attr('src',videoObj.src); $('#videoCaption').html(videoObj.caption); if (!isFirstTimePlay) f_analyticsSendEvent('floorplans', 'click-floorplan-video-link', selectedFPName + '-' + videoObj.mediaId); }); f_updateFilterMore(); if (window.innerWidth && window.innerWidth < 768) { $('.unit-info-panel-mobileback').show(); } else { $('#unitInfoPanel').css({ width: "30%" }); } if (studentProperty == 'true') $('.see-available-units').hide(); $('#txtPhone').on("keyup", function () { var value = $(this).val(); var regex1 = /[^[0-9 +]]*/gi; var regex2 = /[^[0-9]]*/gi; var newValue = value.substring(0, 1).replace(regex1, '') + value.substring(1).replace(regex2, ''); $('#txtPhone').val(newValue); }); $('.fp-fancybox').fancybox({ fullScreen: {autoStart: false},thumbs: { autoStart: false, hideOnClose: true}, smallBtn: "auto", selector: '.slides li:not(.clone) a', afterLoad: function (instance, current) { current.$image.attr('alt', current.opts.$orig.find('.floor-plan-thumbnail').attr('alt')); var pixelRatio = window.devicePixelRatio || 1;if ( pixelRatio > 1.5 ) {current.width = current.width / pixelRatio;current.height = current.height / pixelRatio;}} }); $('#dropSort a.fp-dropdown-toggle').click(function() { if ($('#dropSort').hasClass('open')) $('#dropSort').removeClass('open'); else $('#dropSort').addClass('open'); $('body').click(function(event) { var $target = $(event.target); if ($target.parents('#dropSort').length == 0) { $('#dropSort').removeClass('open'); } }); }); $('#buildingFilter a.fp-dropdown-toggle').click(function() { if ($('#buildingFilter').hasClass('open')) $('#buildingFilter').removeClass('open'); else $('#buildingFilter').addClass('open'); $('body').click(function(event) { var $target = $(event.target); if ($target.parents('#buildingFilter').length == 0) { $('#buildingFilter').removeClass('open'); } }); }); $('a.fp-lease-toggle').click(function () { if ($('.fp3-drop-lease-terms').hasClass('open')) $('.fp3-drop-lease-terms').removeClass('open'); else $('.fp3-drop-lease-terms').addClass('open'); $('body').click(function (event) { var $target = $(event.target); if ($target.parents('.fp3-drop-lease-terms').length == 0) { $('.fp3-drop-lease-terms').removeClass('open'); } }); }); }); function f_updateUnitPanelPositioning(fpTop) { var containerHeight = $('#floorplan-container').outerHeight(); var panelHeight = $('#unitInfoPanel').outerHeight(); var contAreaBtm = $('#floorplan-body').offset().top + $('#floorplan-body').outerHeight(true); if (panelHeight == containerHeight) { $('#unitInfoPanel').css({ top: "0px", left: "70%", }); } else if((fpTop + $('#unitInfoPanel').outerHeight(true)) > (contAreaBtm)) { fpTop -= ((fpTop + $('#unitInfoPanel').outerHeight(true)) - (contAreaBtm)); $('#unitInfoPanel').css({ top: fpTop - $('#floorplan-body').offset().top, left: "70%", }); } else { $('#unitInfoPanel').css({ top: fpTop - $('#floorplan-body').offset().top, left: "70%", }); } } function f_updateFilterMore() { var count = 0; if ($('#baths_selector').val()) count++; if ($("#floorSlider").length > 0) { var currentValues = $('#floorSlider').slider('option', 'values'); if (currentValues[0] != $('#floorSlider').slider('option', 'min') || currentValues[1] != $('#floorSlider').slider('option', 'max')) count++; } if ($('#checkboxShowAvailableOnly').is(':checked')) count++; $('.dropdown-more-text').html('More' + ((count > 0) ? ' (' + count + ')' : '')); } function f_setExternalFilters(params){ selectedBed = params.beds; selectedBath = params.baths; f_setBedBathActiveFilter(); if (params.moveInDate){ $('#datepicker').datepicker("option", "date", params.moveInDate); $('#datepicker').val(params.moveInDate); } f_updateFilterMore(); f_moveInDateChanged($('#datepicker').val()); } function f_setBedBathActiveFilter() { $('#beds_selector li').removeClass('active'); $('#baths_selector li').removeClass('active'); if (selectedBed) $('#beds_selector li a[data-beds="' + selectedBed + '"]').parent().addClass('active'); else $('#beds_selector li').first().addClass('active'); if (selectedBath) $('#baths_selector li a[data-baths="' + selectedBath + '"]').parent().addClass('active'); else $('#baths_selector li').first().addClass('active'); } function f_switchWidgets() { var url = ''; if (!getParameterByName('tab')) url += '?tab=true&'; else url += '?'; if (selectedBed && !isNaN(selectedBed)) url += 'beds=' + selectedBed + '&'; if (selectedBath && !isNaN(selectedBath)) url += 'baths=' + selectedBath + '&'; if (getParameterByName('availability')) url += 'availability=' + getParameterByName('availability') + '&'; if (getParameterByName('flexdays')) url += 'flexdays=' + getParameterByName('flexdays') + '&'; url += 'moveindate=' + $('#datepicker').val() + '&'; if (hidePrices.toLowerCase() != 'true' && isRentSliderModified) { url += 'minrent=' + $('#rentSlider').slider( "option", "values")[0] + '&'; url += 'maxrent=' + $('#rentSlider').slider( "option", "values")[1] + '&'; } if ($("#floorSlider").length > 0 && isFloorSliderModified) { url += 'minfloor=' + $('#floorSlider').slider("option", "values")[0] + '&'; url += 'maxfloor=' + $('#floorSlider').slider("option", "values")[1] + '&'; } url = url.substring(0, url.length - 1); window.location.href = url; } function f_showSaveQuoteDialog() { $("#save-quote-overlay").show(); $("#save-quote-lightbox").fadeIn(300); } function f_hideSaveQuoteDialog() { $('#page_fp_success_message').hide(); $("#save-quote-overlay").hide(); $("#save-quote-lightbox").fadeOut(300); } function f_showVideoPlayer(floorPlanId, floorPlanName) { $("#dialog-overlay").show(); $('#floorplan-video-viewer').fadeIn(300); var listHTML = ''; selectedFPVideos = fpVideos[floorPlanId]; $(selectedFPVideos).each(function (index, fpv) { listHTML += '
' + fpv.caption + '
'; }); $('#videoDisplayList').html(listHTML); selectedFPName = floorPlanName; f_analyticsSendEvent('floorplans', 'click-floorplan-video-modal', selectedFPName); $('#videoDisplayList li:first').trigger('click', [true]); } function f_sendImageClickEvent(mediaId) { f_analyticsSendEvent('floorplans', 'click-floorplan-image', mediaId); } function f_showMediaPlayer(floorPlanId, floorPlanName) { selectedFPPanoramaSrc = fpMedia[floorPlanId][0].src; selectedFPPanoramaId = fpMedia[floorPlanId][0].mediaId; f_analyticsSendEvent('floorplans', 'click-floorplan-panoramic', floorPlanName + '-' + selectedFPPanoramaId); var isIeLessThan10 = navigator.appVersion.indexOf("MSIE 9") > -1 || navigator.appVersion.indexOf("MSIE 8") > -1; if (isIeLessThan10 || (window.innerWidth && window.innerWidth < 768)) window.open(selectedFPPanoramaSrc, '_blank'); else { $("#dialog-overlay").show(); $('#mediaDisplayContainer iframe').remove(); $('
').appendTo('#mediaDisplayContainer'); $('#mediaDisplayContainer iframe').css('height', (window.innerHeight ? (window.innerHeight * 0.80) : 500)); $('#mediaDisplayContainer iframe').attr('src', selectedFPPanoramaSrc); $('#floorplan-media-viewer').fadeIn(300); } $('.virtual-unit-info-panel').html($('#unitInfoPanel').html()); $('.unit-list-fp-header').html('
' + floorPlanName + '
' + '
Choose an available unit below.
'); $('.virtual-unit-info-panel .button_2').on('click', function(e) { f_analyticsSendEvent('floorplans', 'click-floorplan-panoramic-lease', floorPlanName); }); $('.virtual-unit-info-panel').hide(); $('.virtual-unit-info-panel .par-units').hide(); $('#floorplan-media-viewer #par_' + floorPlanId).show(); $('.see-available-units').off('click'); $('#floorplan-media-viewer').removeClass('unit-panel-open'); if ($('#floorplan-media-viewer #par_' + floorPlanId + ' .unit-container').length < 1 || hideAvailability == "true") { $('.see-available-units').html(''); $('.see-available-units').on('click', function(e) { window.location.href = thirdPartyContactUrl ? thirdPartyContactUrl : 'Contact.aspx'; }); } else { $('.see-available-units').html('See Available Units'); $('.see-available-units').on('click', function(e) { f_showHideVtUnitPanel(); }); } } function f_expandMedia() { var url = $('#mediaDisplayContainer iframe').attr('src'); window.open(url, '_blank'); } function f_hideFloorPlanModals() { f_hideRichMediaViewer(); $("#dialog-overlay").hide(); $('#floorplan-zoom').hide(); $('#fp-zoom').flexslider("destroy"); $('.flex-zoom').remove(); $('.amenity-popup-lightbox').fadeOut(300); $('#videoDisplayContainer iframe').attr('src',''); //stop video $('#mediaDisplayContainer object').attr('data',''); //clear 3d pano $('#floorplan-video-viewer').fadeOut(300); $('#floorplan-media-viewer').fadeOut(300); $('#movein-date-dialog').hide(); }
- Lease Term - Best Price
- Lease Term - 1 Months
- Lease Term - 6 Months
- Lease Term - 12 Months
-
- Sort By Lowest Price
- Sort By Floor Plan Name
- Sort By Sqft
Lock in your Quote!
Quote Details
Floor plan:
Unit:
Bedrooms:
Bathrooms:
Sqft:
Move-in date:
Lease Terms
Contact Information
*
*
*
*
* Required Fields
×
Inquiry sent successfully!
Back to Website
Full Screen
Rich Media Viewer by
3D
2D
Virtual Panoramic
Furniture Arranger
Print Brochure
Floor plan images are only representations and actual floor plan layouts may differ slightly than pictured.
Close
Renderings are intended only as a general reference. Features, materials, Finishes and layout of units may be differemt that show, For more details , inquire ask a leasing representative about specific apartment features.
Neighborhood
'; google.maps.event.addListener(propertyMarker, 'spider_click', function () { if (infoWindow != undefined) { infoWindow.close(); } infoWindow = new google.maps.InfoWindow({ content: content }); infoWindow.open(mapFullWidth, propertyMarker); $('.neighborhood-widget__marker').parent().parent().parent().prev().find('> div').eq(7).css('border-top', '3px solid #3697a6;'); }); var center; function calculateCenter() { center = mapFullWidth.getCenter(); } google.maps.event.addDomListener(mapFullWidth, 'idle', function () { calculateCenter(); }); google.maps.event.addListener(mapFullWidth, 'spider_click', function (event) { infoWindow.close(); clicked = false; if ($(window).width() < 543) { hideCategories(); } }); google.maps.event.addDomListener(window, 'resize', function () { mapFullWidth.setCenter(center); }); google.maps.event.addListener(mapFullWidth, 'zoom_changed', boundsUpdated); $(customMapPinsObj).each(function (i, v) { if (v.Category == null) { var generalIcon = { url: '\CMSScripts\Custom\RPWebParts\spiderfier\general.png', //placeResult.icon, scaledSize: new google.maps.Size(26, 26), anchor: new google.maps.Point(13, 13), }; var customMarkerOptions = { position: new google.maps.LatLng(v.Latitude, v.Longitude), map: mapFullWidth, icon: generalIcon, geometry: { location: new google.maps.LatLng(v.Latitude, v.Longitude) }, name: v.Name, vicinity: v.Address, addressState: v.State, addressPostalCode: v.Zip, website: v.Url, city: v.City }; var customMarker = new google.maps.Marker(customMarkerOptions); markersArray.push(customMarker); var customPin = '
' + '
' + v.Name + '
' + '
' + v.Address + '
' + v.City + ', ' + v.State + ' ' + v.Zip + '
' + '
'; google.maps.event.addListener(customMarker, 'spider_click', function () { if (infoWindow != undefined) { infoWindow.close(); } infoWindow = new google.maps.InfoWindow({ content: customPin }); infoWindow.open(mapFullWidth, customMarker); $('.neighborhood-widget__marker').parent().parent().parent().prev().find('> div').eq(7).css('border-top', '3px solid #3697a6;'); }); } }); } function circleDrawHandler(radius) { while (overlays[0]) { overlays.pop().setMap(null); } var circle = new google.maps.Circle({ center: origin, clickable: true, draggable: false, editable: false, fillColor: '#004de8', fillOpacity: 0.27, map: mapFullWidth, radius: radius, strokeColor: '#004de8', strokeOpacity: 0.62, strokeWeight: 1 }); overlays.push(circle); google.maps.event.addListener(circle, 'rightclick', polygonDestructionHandler); }; polygonDestructionHandler = function () { return this.setMap(null); }; function boundsUpdated(event) { var z = mapFullWidth.getZoom(); var bounds = mapFullWidth.getBounds(); var center = mapFullWidth.getCenter(); var ne = bounds.getNorthEast(); var sw = bounds.getSouthWest(); var nw = new google.maps.LatLng(ne.lat(), sw.lng()); var se = new google.maps.LatLng(sw.lat(), ne.lng()); if (bounds && center) { var b = google.maps.geometry.spherical.computeDistanceBetween(nw, ne) / 2; var h = google.maps.geometry.spherical.computeDistanceBetween(center, ne); var radius = ((h - b) / 400); } } function createMarker(placeResult, icon) { var iconList = ["entertainment", "schools", "food", "nightlife", "recreation", "professional", "residences", "shopping", "travel"]; if (iconList.indexOf(icon) < 0) { icon = 'general'; } var markerIconUrl = '/templateresources/global/icons/map-icons/' + icon + '.png'; var markerIcon = { url: markerIconUrl, scaledSize: new google.maps.Size(26, 26), anchor: new google.maps.Point(13, 13), }; var markerOptions = { map: mapFullWidth, position: placeResult.geometry.location, icon: markerIcon, zIndex: 1 }; var marker = new google.maps.Marker(markerOptions); google.maps.event.addListener(marker, 'spider_format', function (status) { if (status == OverlappingMarkerSpiderfier.markerStatus.SPIDERFIABLE) { marker.setIcon({ url: '/CMSScripts/Custom/RPWebParts/spiderfier/general-plus.png', scaledSize: new google.maps.Size(26, 26), anchor: new google.maps.Point(13, 13) }); } else { marker.setIcon({ url: markerIconUrl, scaledSize: new google.maps.Size(26, 26), anchor: new google.maps.Point(13, 13), }); } }); oms.addMarker(marker); markersArray.push(marker); google.maps.event.addListener(marker, 'spider_click', function () { clicked = true; getPlaceDetails(placeResult, marker); this.setOptions({ zIndex: 10 }); }); google.maps.event.addListener(marker, 'closeclick', function () { clicked = false; }); } function isValid(input1, input2) { if (input1 != undefined || input2 != undefined) { return true; } else { return false; } } function getPlaceDetails(placeResult, marker){ if (infoWindow != undefined) { infoWindow.close(); } var request = { reference: placeResult.reference }; mapService.getDetails(request, function(details, status) { var priceRating = ''; if (details.price_level != undefined) { for (i = 1; i <= details.price_level; i++) { priceRating += '$'; } } var photoUrl = ''; if (details.photos != undefined) { if (details.photos.length > 0) { photoUrl = details.photos[0].getUrl({ 'maxWidth': 300, 'maxHeight': 300 }); } } var addr = details.address_components; var content = '
'; content += (photoUrl != '') ? '
' : ''; content += '
' + details.name + '
'; content += (details.rating != undefined) ? '' + details.rating + '' : ''; content += '
'; content += (getAddressComponent(addr, 'street_number') != undefined) ? getAddressComponent(addr, 'street_number') + ' ' : ''; content += (getAddressComponent(addr, 'route', 'short') != undefined) ? getAddressComponent(addr, 'route', 'short') : ''; content += (isValid(getAddressComponent(addr, 'street_number'), getAddressComponent(addr, 'route', 'short'))) ? '
' : ''; content += (getAddressComponent(addr, 'locality') != undefined) ? getAddressComponent(addr, 'locality') + ', ' : ''; content += (getAddressComponent(addr, 'administrative_area_level_1', 'short') != undefined) ? getAddressComponent(addr, 'administrative_area_level_1', 'short') + ' ' : ''; content += (getAddressComponent(addr, 'postal_code', 'short') != undefined) ? getAddressComponent(addr, 'postal_code', 'short') : ''; content += '
'; content += (details.formatted_phone_number != undefined) ? '
' + details.formatted_phone_number + '
' : ''; content += '
Get Directions' + ((priceRating != '') ? ' • ' + priceRating + '' : '') + '
'; content += '
'; infoWindow = new google.maps.InfoWindow({ content: content }); infoWindow.open(mapFullWidth, marker); }); } function getAddressComponent(components, type, length){ var str; $(components).each(function(){ if (this.types[0] == type){ str = (length == 'short') ? this.short_name : this.long_name; return; } }); return str; } function findByKeyword(keyword, icon) { currentKeyword = keyword; currentIcon = icon; var excludedKeywords = $.parseJSON('[]'); var excludedBusinesses = $.parseJSON('[]'); var filteredWords = "sex,strip club,adult entertainment,strip bar,XXX,porn,escort,adult video,gentlemen's club,adult bookstore,adult club"; if (excludedKeywords.length > 0) { filteredWords += ',' + excludedKeywords.join(','); } if (excludedBusinesses.length > 0) { filteredWords += ',' + excludedBusinesses.join(','); } var fwordsArray = filteredWords.split(","); var request = { keyword: keyword, location: origin, radius: currentRadius }; $('.neighborhood-widget__loader').show(); mapService.nearbySearch(request, function (results, status) { deleteOverlays(); var customPinExists = false; $(customMapPinsObj).each(function (i, v) { $(v.Category).each(function (j, w) { if (w == icon || (!icon && keyword && w == keyword.trim())) { customPinExists = true; var markerIconUrl = '/templateresources/global/icons/map-icons/' + (icon ? icon : 'general') + '.png'; var markerIcon = { url: markerIconUrl, scaledSize: new google.maps.Size(26, 26), anchor: new google.maps.Point(13, 13) }; var customMarkerOptions = { position: new google.maps.LatLng(v.Latitude, v.Longitude), map: mapFullWidth, icon: markerIcon, geometry: { location: new google.maps.LatLng(v.Latitude, v.Longitude) }, name: v.Name, vicinity: v.Address, addressState: v.State, addressPostalCode: v.Zip, website: v.Url, city: v.City }; var customMarker = new google.maps.Marker(customMarkerOptions); google.maps.event.addListener(customMarker, 'spider_format', function (status) { if (status == OverlappingMarkerSpiderfier.markerStatus.SPIDERFIABLE) { customMarker.setIcon({ url: '/CMSScripts/Custom/RPWebParts/spiderfier/general-plus.png', scaledSize: new google.maps.Size(26, 26), anchor: new google.maps.Point(13, 13) }); } else { customMarker.setIcon({ url: markerIconUrl, scaledSize: new google.maps.Size(26, 26), anchor: new google.maps.Point(13, 13), }); } }); oms.addMarker(customMarker); markersArray.push(customMarker); var customPin = '
' + '
' + v.Name + '
' + '
' + v.Address + '
' + v.City + ', ' + v.State + ' ' + v.Zip + '
' + '
'; google.maps.event.addListener(customMarker, 'spider_click', function () { if (infoWindow != undefined) { infoWindow.close(); } infoWindow = new google.maps.InfoWindow({ content: customPin }); infoWindow.open(mapFullWidth, customMarker); $('.neighborhood-widget__marker').parent().parent().parent().prev().find('> div').eq(7).css('border-top', '3px solid #3697a6;'); }); } }); }); if (status == google.maps.places.PlacesServiceStatus.OK) { $(results).each(function () { var temp = 0; for (var i = 0; i < fwordsArray.length; i++) { var re = new RegExp('(^|\\s+)' + fwordsArray[i] + '(\\s+|$)', 'gi'); if (this.name.match(re) != null) { temp += this.name.match(re); } } if (temp == 0 && ('false' == 'false')) { createMarker(this, currentIcon); } }); if (markersArray.length > 0) { var bounds = new google.maps.LatLngBounds(); for (var i = 0; i < markersArray.length; i++) { bounds.extend(markersArray[i].getPosition()); } bounds.extend(origin); mapFullWidth.fitBounds(bounds); } } if ((status == "ZERO_RESULTS" && !customPinExists) || (markersArray.length == 0)) { $('.search-no-results').addClass('show-message'); } else { $('.search-no-results').removeClass('show-message'); } $('.neighborhood-widget__loader').hide('slow'); }); } function deleteOverlays() { if (markersArray) { while (markersArray[0]) { markersArray.pop().setMap(null); } } } var categoriesHidden = false; $(function () { var mainKeywords = 'residences'; $.each(mainKeywords.split('|'), function (idx, val) { if (val != '') { $('.neighborhood-widget__categories ul li[data-icon=' + val + ']').hide(); } }); var customKeywords = $.parseJSON('[]'); $.each(customKeywords, function (idx, val) { keywordItem = '
' + val + '
'; $('.neighborhood-widget__categories ul').append(keywordItem); }); $('.neighborhood-widget__categories li').click(function () { $(this).addClass('active'); $(this).siblings().removeClass('active'); findByKeyword($(this).text(), $(this).data('icon')); $('.neighborhood-widget__search input').val($(this).text()); if ($(window).width() < 768) { hideCategories(); } }); $('.neighborhood-widget__handle').click(function () { if (!categoriesHidden) { hideCategories(); } else { showCategories(); } }); $('.neighborhood-widget__search input').click(function (e) { $('.search-no-results').removeClass('show-message'); showCategories(); if ($(window).width() < 768 && $('.neighborhood-widget__nav').hasClass('expanded')) { blur(); } }); $('.neighborhood-widget__search input').keypress(function (e) { if (e.which == 13) { findByKeyword($(this).val(), 'general'); hideCategories(); $('.neighborhood-widget__categories li').removeClass('active'); $('.neighborhood-widget__search input').blur(); return false; } }); $('.neighborhood-widget__search .fa-search').click(function () { findByKeyword($('.neighborhood-widget__search input').val(), 'general'); hideCategories(); $('.neighborhood-widget__categories li').removeClass('active'); }); var navPosition = $('.neighborhood-widget__nav').position(); var walkScoreHeight = ($('.walk-score-container').length > 0) ? $('.neighborhood-widget__walkscore').height() + 30 : 0; $('.neighborhood-widget__categories').css('max-height', $('.neighborhood-widget__categories').parent().parent().height() - (90 + navPosition.top) - walkScoreHeight); function hideCategories() { $('.neighborhood-widget__categories').css({ 'margin-top': -$('.neighborhood-widget__categories').innerHeight(), 'opacity': 0 }) $('.neighborhood-widget__nav').removeClass('expanded'); categoriesHidden = true; } function showCategories() { $('.neighborhood-widget__categories').css({ 'margin-top': 0, 'opacity': 1 }); $('.neighborhood-widget__nav').addClass('expanded'); categoriesHidden = false; } $(window).resize(function () { var navPosition = $('.neighborhood-widget__nav').position(); var walkScoreHeight = ($('.walk-score-container').length > 0) ? $('.neighborhood-widget__walkscore').height() + 30 : 0; $('.neighborhood-widget__categories').css('max-height', $('.neighborhood-widget__categories').parent().parent().height() - (90 + navPosition.top) - walkScoreHeight); }); }); }
Arts & Entertainment
Colleges & Universities
Food
Nightlife Spots
Outdoors & Recreation
Professional
Residences
Shops & Services
Travel & Transport
No Results Found
9601 Kent Street, Elk Grove, CA 95624
Time Out Error.
Refresh Page or Try Again Later
"); } } }); if (defaultSource == 0) $('#usersource').val(''); else if (defaultSource) $('#usersource').val(defaultSource); else $('#usersource').val(''); if (disableReferralTracking.toLowerCase() != 'true' && matchedSourceId) { $('.contact-us-enhanced #usersource').val(matchedSourceId); $('.contact-us-enhanced #usersourceDiv').hide(); } $('.contact-us-enhanced #btnEnhSubmit').on('click', function () { if (f_validateFields()) { f_enhSubmit(); } }); }); function f_validateFields() { $('.contact-us-enhanced .required-group input').each(function() { if ($(this).val() == '') { var msg = $(this).attr("aria-label"); $(this).attr("aria-invalid", "true") $(this).addClass('validate-field'); } else { $(this).removeAttr("aria-invalid"); $(this).removeClass('validate-field'); } }); $('.contact-us-enhanced .required-group input[type="checkbox"]').each(function() { if ($(this).is(":not(:checked)")) { var msg = $(this).attr("aria-label"); $(this).attr("aria-invalid", "true")$(this).addClass('validate-field');$("label[for=" + $(this).attr("id") + "]").addClass('validate-field'); } else { $(this).removeAttr("aria-invalid"); $(this).removeClass('validate-field');$("label[for=" + $(this).attr("id") + "]").removeClass('validate-field'); }});$('.contact-us-enhanced .required-group textarea').each(function () { if ($(this).val() == '') { var msg = $(this).attr("aria-label"); $(this).attr("aria-invalid", "true") $(this).addClass('validate-field'); } else { $(this).removeAttr("aria-invalid"); $(this).removeClass('validate-field'); } }); $('.contact-us-enhanced .required-group select').each(function () { if ($(this).val() == '') { var msg = $(this).attr("aria-label"); $(this).attr("aria-invalid", "true") $(this).addClass('validate-field'); } else { $(this).removeAttr("aria-invalid"); $(this).removeClass('validate-field'); } }); if ($('.contact-us-enhanced .validate-field').length == 0) return true; else { $('.validate-field:first').focus(); return false; } } function f_enhBuildBedRoomSelect() { var bathRooms = 0; var bedRooms = 0; var countUnit = 1; for (var i = 0; i < rpData.floorplans.length; i++) { var currentbathRooms = rpData.floorplans[i].bathRooms; var currentbedRooms = rpData.floorplans[i].bedRooms; if (bathRooms != currentbathRooms || bedRooms != currentbedRooms) {var str = currentbedRooms + ' Bed /' + currentbathRooms + ' Bath';try {$('.contact-us-enhanced #unitType').append('
');} catch(err) {//This error typically happens when it cannot find the str and consaquently cannot find the key.} bathRooms = currentbathRooms; bedRooms = currentbedRooms; countUnit++; } } } function f_getCookie(cookieName) { var cookieValue = document.cookie; var cookieStart = cookieValue.indexOf(" " + cookieName + "="); if (cookieStart == -1) { cookieStart = cookieValue.indexOf(cookieName + "="); } if (cookieStart == -1) { cookieValue = null; } else { cookieStart = cookieValue.indexOf("=", cookieStart) + 1; var cookieEnd = cookieValue.indexOf(";", cookieStart); if (cookieEnd == -1) { cookieEnd = cookieValue.length; } cookieValue = unescape(cookieValue.substring(cookieStart, cookieEnd)); } return cookieValue; } function f_enhValidPhone(b) { var a = window.event ? b.keyCode : b.which; if (internationalProperty == 'true' && $('#dayPhone1').val().length == 0 && b.shiftKey && b.keyCode == 43) return true; if (a == 0 || a == 8) return true; if (a > 47 && a < 58) return true; else return false; } function submitContactEnhanced() { if (enableGoogleRecaptcha == "true") { o['cmsSiteId'] = cmsSiteId; o['pageName'] = pageName; o['widgetName'] = widgetName; } o['googleAnalyticsId'] = googleAnalyticsId; $(".contact-us-enhanced input").each(function () { if (internationalProperty == 'true' && this.name == 'movedate') { o[$(this).attr('name')] = ($(this).val().substring(3, 5) + '-' + $(this).val().substring(0, 2) + '-' + $(this).val().substring(6, 10)); } else { o[$(this).attr('name')] = $(this).val();} }); $(".contact-us-enhanced select").each(function () { if (this.name == 'usersource') o[$(this).attr('name')] = $('option:selected', this).text(); else o[$(this).attr('name')] = $(this).val(); }); $(".contact-us-enhanced textarea").each(function () { o[$(this).attr('name')] = escape($(this).val()); }); if ($('.contact-us-enhanced #e-mail').val().length == 0) {var id = $(".contact-us-enhanced #unitType option:selected").val(); try { //format number before Hash var formatPhone = rptracker.formatPhoneNumber($('.contact-us-enhanced #phone').val(), countryCode);//Hash all the parts before sending them to RPTracker.var first_name = rptracker.hash($('.contact-us-enhanced #firstname').val());var last_name = rptracker.hash($('.contact-us-enhanced #lastname').val()); var phone = rptracker.hash(formatPhone);var email = rptracker.hash($('.contact-us-enhanced #email').val());var source = $('.contact-us-enhanced #usersource option:selected').text();var bed = 0;var bath = 0;for (var key in kpv) {// skip loop if the property is from prototypeif (!kpv.hasOwnProperty(key)) continue;var item = kpv[key];if (item.key === parseInt(id)) {bed = item.bed;bath = item.bath;break;}}//Send the informaiton back over to RPTracker.rptracker.track('Form Submitted', {first_name: first_name,last_name: last_name,email: email,phone_number: phone,bed: bed,bath: bath,movein_date: $('.contact-us-enhanced #movedate').val(),source: source, comments: escape( ($('.contact-us-enhanced #comments').val() === undefined || $('.contact-us-enhanced #comments').val().length <= 0 ? "" : $('.contact-us-enhanced #comments').val()) )});}catch(err) {console.log("RPTracker failed but it is not a dependancy for the contact form. Please continue.");} $.ajax({ type: "POST", dataType: "json", cache: false, url: "CMSSiteManager/Callback.aspx?act=set_contact", data: o, timeout: timeoutValue, success: function (json) { if (json.ErrorNumber) { formSuccess = false; $('#lblError').html('Failed to submit guest card.'); $('#btnEnhSubmit').html('Error Submitting!'); $('#btnEnhSubmit').prop('disabled', false); } else { try { ga('set', { 'dimension15': json.LeaseStarLeadId }); if (json.Lead2LeaseLeadId != 0) ga('set', { 'dimension17': json.Lead2LeaseLeadId }); f_analyticsSendEvent('Contact', 'Information Request', 'Thank you'); ga('set', { 'dimension15': null, 'dimension17': null }); } catch (e) { } try { _gaq.push(['_trackEvent', 'Contact', 'Information Request', 'Thank you',, false]); } catch (e) { } if (successScreen == '') window.open('/Thank-You.aspx', '_self'); else window.open(successScreen, '_self'); } }, beforeSend: function (json) { formSuccess = true; $('#btnEnhSubmit').html('Sending...'); $('#btnEnhSubmit').prop('disabled', true); }, error: function (e) { formSuccess = false; $('#btnEnhSubmit').html('Error Submitting!'); $('#btnEnhSubmit').prop('disabled', false); } }); } } function f_enhSubmit() { if (formSuccess == true) { return false; } $('.contact-us-enhanced #pid').val(propertyId); var lcid = f_getCookie('RP_LSWS_LCID');lcid = lcid ? lcid : "4"; $('.contact-us-enhanced #lcid').val(lcid); var cid = f_getCookie('RP_LSWS_SEM'); cid = cid ? cid : "Property Website"; if (cid != "Property Website") { $('.contact-us-enhanced #cid').val(matchedSource); //The logic for setting the matchedSource based on the cid value in the commondata.ascx file } googleAnalyticsId = f_getCookie('_ga'); var trackingId = f_analyticsGetTrackingId() || ''; $('.contact-us-enhanced #trackingid').val(trackingId); submitContactEnhanced(); }
required field
office hours
- Monday: By Appointment Only
- Tuesday: By Appointment Only
- Wednesday: By Appointment Only
- Thursday: By Appointment Only
- Friday: By Appointment Only
- Saturday: Closed
- Sunday: Closed