7440 April Dr, Fayetteville, NC 28314 | MLS#: LP696035 (2024)

"); } } else { centerSlides = true; window.listingPhotoCount = 0; slides.push("

7440 April Dr, Fayetteville, NC 28314 | MLS#: LP696035 (1)

"); } slides.push("

"); $('#carousel-container').attr('id','slick-container').html(slides.join("")); //calculate visible images for each breakpoint if (listingPhotoCount < 8 && listingPhotoCount > 3) centerSlides = false; var breakpoint = [8, 7, 6, 5, 5] switch (listingPhotoCount) { case 8: breakpoint[0] = 7; break; case 7: breakpoint[1] = 6; breakpoint[0] = 6; break; case 6: breakpoint[2] = 5; breakpoint[1] = 5; breakpoint[0] = 5; break; case 5: breakpoint[3] = 4; breakpoint[2] = 4; breakpoint[1] = 4; breakpoint[0] = 4; break; case 4: breakpoint[3] = 2; breakpoint[2] = 3; breakpoint[1] = 3; breakpoint[0] = 3; break; case 3: breakpoint[3] = 2; breakpoint[2] = 2; break; } // MFNTEST console.log('MFNTEST'); console.log(breakpoint[0]); var lazyLoadCount = 0; $('.photo-carousel-responsive').on('lazyLoaded', function () { setTimeout(function () { //console.log('lazy loading'); }, 500); }).slick({ dots: false, infinite: true, lazyLoad: "ondemand", speed: 300, slidesToScroll: 1, slidesToShow: breakpoint[0], responsive: [{ breakpoint: 1920, settings: { slidesToShow: breakpoint[0], } }, { breakpoint: 1680, settings: { slidesToShow: breakpoint[1], } }, { breakpoint: 1440, settings: { slidesToShow: breakpoint[2], } }, { breakpoint: 1024, settings: { slidesToShow: breakpoint[3], } }, { breakpoint: 992, settings: { slidesToShow: breakpoint[4], } }], variableWidth: true, centerMode: centerSlides, prevArrow: '', nextArrow: '' }); setTimeout(function () { $(window).resize(); $(document).trigger("ldp-carousel-ready"); }, 500); $('#description-menu-birdseye-item a').html('Map'); }); } else { luxurySource = ' Luxury'; var VirtualTourUrl = "javascript:open_tour('/Listing/ProcessVirtualTour.aspx?VirtualTour=&ListingID=346158335&IRPAgentID=0&ListingNumber=LP696035&ListingSourceID=722')"; $(function() { // the contents of this id are not available in the Luxury - LDP - Top of Page widget so adding this code here if (VirtualTourUrl.length > 0) { $('#virtual-tour').html('Virtual Tour'); } }); }$(function() { $('#listingdetail-disclaimercontainer').addClass('notranslate'); $('#listingdetail-disclaimercontainer').css("text-align","center"); var courtesyOfContainer = $("address.details-listing-courtesy-of_container") var courtesyOf = $.trim(courtesyOfContainer.text()); if (courtesyOf.length === 0) { courtesyOf = "Courtesy Of: COLDWELL BANKER ADVANTAGE - FAYETTEVILLE"; var ba = ""; if (ba.length > 0) courtesyOf = courtesyOf + " - " + ba; courtesyOfContainer.text(courtesyOf); }// else if (courtesyOf.length > 0 && !window.isIdxListing) { //courtesyOfContainer.text("Courtesy Of: "); //} //$('a[name="navBar_return_to_search_results"], .ld-ctae-map-directions').remove();try {jQuery.ajax({url: ws_url,type: 'GET',async: true,dataType: 'json',success: function (ws) {var walkScoreText = '' + ws.walkscore + '/100: '; var text; if(ws.walkscore > 74) { $('.walkscore-tagline').html(ws.description); text = 'Daily errands do not require a car'; walkScoreText += text;} else { $('.walkscore-tagline').html(ws.description); text = 'Daily errands may require transportation'; walkScoreText += text;}walkScoreText = "
" + window.getScoreMarkup(ws.walkscore, text);$('.score-100').html(walkScoreText);$('a.ws-link').attr('href', ws.ws_link);}});} catch (e) {console.log("e: " + e);}// Holds all activities that move elements around on the page. function reArrangeElementsOnLdp() { var windowWidth = $(window).width(); checkForDomElement('#navBar_view_previous_listing', function(el) { $(el).html(' Previous'); }); checkForDomElement('#navBar_view_next_listing', function(el) { $(el).html('Next '); }); checkForDomElement('#listingdetail-maindata-REMOVE', function(el) { $(el).removeClass('col-sm-7').removeClass('col-md-8'); }); checkForDomElement('#listingdetail-maindata-REMOVE > p.visible-xs.pull-right', function(el) { $(el).remove(); }); checkForDomElement('#listingdetail-callstoaction', function(el) { $(el).parent().css('height', '0px'); }); checkForDomElement('#description-menu-largerphotos-item', function(el) { $(el).remove(); }); if(windowWidth <= 767) { // 767 = bootstrap "xs" breakpoint checkForDomElement('#mortgage-estimator', function(el) { var $detached = $(el).detach(); $detached.removeClass('lf_flexcol-xxs-12 lf_flexcol-sm-6 lf_component'); $('#mortgage-estimator-mobile').append($detached); $('#mortgage-estimator-mobile-container').removeClass('lf_hidden-sm lf_visible-xxs'); }); checkForDomElement('#lf_greatschools_container', function(el) { var $detached = $(el).detach(); $detached.removeClass('lf_flexcol-xxs-12 lf_flexcol-sm-6 lf_component'); $('#lf_greatschools_mobile').append($detached); $('#lf_greatschools_mobile-container').removeClass('lf_hidden-sm lf_visible-xxs'); }); } checkForDomElement('#sidebarSecondaryContent', function(el) { $(el).find('#lf_action-icons') .detach() .prependTo('#lf_action-icons-container'); if(windowWidth > 767) { // 767 = bootstrap "xs" breakpoint // When displaying on a larger screen... $(el).find('#listingdetail-contactinfo') .detach() .appendTo('#listingdetail-contactform-container'); } else { // When displaying on a smaller screen... // Note: ListingDetail.js moves the contact form to a different location on the page, so // we gotta it elsewhere. // Put the form inside the mobile form container $('#listingdetail-contactinfo') .detach() .prependTo('#listingdetail-contactform-container-mobile'); // And move the container back to where ListingDetail.js originally moved it. $('#listingdetail-contactform-container-mobile') .removeClass('hide lf_col-xxs-12') .insertAfter('#lf_contact-card');//.find('.panel-heading').trigger('click'); //.insertAfter('#listingdetail-summary-photos'); $('#listingdetail-contactform-container').remove(); } $(el).addClass('row'); // Remove per 592 $(el).remove(); }); } reArrangeElementsOnLdp(); $('.icon-arrow-left').removeClass('icon-arrow-left').addClass('fa fa-chevron-left'); if (typeof window.listingPhotos === undefined || window.listingPhotos.length <= 0) { $('.ld-navbar.pager').show(); $('.views-nav-container.navbar').hide(); $('.ld-section .no-image-container > img').css('min-height','420px'); }//checkForDomElement('.pagination-centered2.ld-navbar.pager', function(el) { //$(el).parent().css({'max-width':'1000px','margin':'0 auto'}); //checkForDomElement('.views-nav-container.navbar-default', function(el2) { //$(el).detach().appendTo(el2); //$(el2).addClass('container'); //});//});//checkForDomElement('#photo-viewer-menu', function(el) {// $(el).addClass('row details');//});//checkForDomElement('#navBar_view_previous_listing i.icon-arrow-left', function(el) {// $(el).parent().parent().parent().remove();//}); $(document).on('click','#description-menu-photogallery-item', function() { // carousel // Toggle from photo view to map view$('#current-image-container').hide();// had to directly set the style as toggling from map view to photo view, below, directly sets the style attribute.$("#description-menu-birdseye-item").attr("style", "display:table-cell");});$(document).on('click','#description-menu-birdseye-item', function() { // map // Toggle from map view to photo view$('#current-image-container').show();// for some reason the inline style "display:none" doesn't override all. Had to put !important to force it. $("#description-menu-birdseye-item").attr('style', 'display:none !important'); //remove the layer menu, it shouldn't be on the LDP setTimeout(function() { if (typeof(galleryMap) !== "undefined") { galleryMap.setOptions({showLayerMenu: false}); } }, 200);});$(window).on("orientationchange", function(){ // Fixes the issue when the orientation change the map width does resize properly setTimeout(function(){ // chrome on android needs a delay or the width won't change. $('#current-image-container').width($(window).width()); }, 200);});});

"); $("#ldp-photos").on("onAfterSlide.lg", function (event, p, i) { var index = i; $(".photo-carousel-responsive").slick("slickGoTo", index, true); }); $(".photo-carousel-responsive").on("afterChange", function (slick, currentSlide) { updatePhotoCount(); }); $(".photo-carousel-responsive").after("

"); $(".ldp-photo-count").click(function () { var index = parseInt($(".photo-carousel-responsive").slick("slickCurrentSlide")); if (index < 0) { index = $("#ldp-photos img").length + index; } $("#slick-container .slick-slide[data-slick-index='" + index + "'").click(); //$("#ldp-photos a:eq(" + index + ")").click(); }); updatePhotoCount(); var slickImageClick = function(event) { var slideNumber = parseInt($(event.currentTarget).attr("data-slick-index"), 10); if(slideNumber < 0) { //there's a negative index slideNumber = slickPhotoCount + slideNumber; } if(slideNumber >= slickPhotoCount) { //there's a number out of range (slick clones slides for infinite scroll) slideNumber = slideNumber - slickPhotoCount; } $("#ldp-photos").lightGallery({ download: false, dynamic: true, dynamicEl: html }); $("#ldp-photos").data('lightGallery').index = slideNumber; }; $("#slick-container .slick-slider").on("click", ".slick-slide", slickImageClick); });});

Fayetteville Real Estate at a Glance

  • Homes for Sale
  • Homes Sold*
  • Avg. Days on Market*
  • Median Sold Price*

*over last 3 months

Learn more about Fayetteville in our Market Minute Report

You Might Also Like

$144,000 7325 April DriveFayetteville, NC 283143 beds,2 baths, 1,512 sq ftLearn More
$402,240 2126 Lula (Lot 99) RoadFayetteville, NC 283144 beds,3.5 baths, 3,108 sq ftLearn More
$332,990 5617 Renown (Lot 63) RoadFayetteville, NC 283144 beds,2 baths, 1,764 sq ftLearn More
$383,240 2150 Lula (Lot 105) RoadFayetteville, NC 283145 beds,3 baths, 2,511 sq ftLearn More
$395,240 2138 Lula (Lot 102) DriveFayetteville, NC 283145 beds,3 baths, 2,511 sq ftLearn More
$328,900 1820 Stackhouse (Lot 254) DriveFayetteville, NC 283145 beds,2.5 baths, 2,234 sq ftLearn More
$388,240 2125 Lula (Lot 28) DriveFayetteville, NC 283145 beds,3 baths, 2,511 sq ftLearn More
$335,990 2121 Lula (Lot 27) DriveFayetteville, NC 283144 beds,2 baths, 1,764 sq ftLearn More
$330,990 2146 Lula (Lot 104) DriveFayetteville, NC 283144 beds,2 baths, 1,764 sq ftLearn More

See More Listings

Skip Slideshow

    '); $("#description-menu-birdseye-item>a").html(mapName); }); $(function () { $('#listingdetail-sscontainer').css('visibility', 'visible'); $('#description-menu-birdseye-item a').live('click', function (e) { $('#photo-carousel-container').addClass('showingMap clearfix'); var $mapDiv = $("#gallery-birdseye-map-container"); if (!$mapDiv.data("loaded")) { $mapDiv.data("loaded", true); galleryMap = new BingMap({ startingMidLat: latitude, startingMidLong: longitude, startingZoom: 18, mapView: mapDefault, centerPin: true, showBubble: false, showPoi: false, showLayerMenu: true, showParcelLines: true, disableMouseWheel: true, controlTheme: controlTheme, container: 'gallery-birdseye-map', backend: rbw.context.mapProvider }); setTimeout(galleryMap.load, 500); $(window).unload(galleryMap.dispose); } $('#description-menu-birdseye-item').hide(); $('#description-menu-photogallery-item').show(); $('#photo-viewer-description').hide(); e.preventDefault(); }); var hideMapEvent = function (e) { $('#photo-carousel-container').removeClass('showingMap'); $('#description-menu-birdseye-item').show(); $('#description-menu-photogallery-item').hide(); $('#photo-viewer-description').show(); if (e) e.preventDefault(); }; $('#description-menu-photogallery-item a').live('click', hideMapEvent); $('body').live('photoCarousel.changeCarouselIndex', hideMapEvent); if (window.location.hash == '#listingphoto-gallery-large') PhotoCarousel.showFullScreen(); $('.listingdetail_all_photos').live('click', function () { hideMapEvent(); PhotoCarousel.showFullScreen(); }); if ($('#description-menu-virtualtour-item').length > 0) { $('#description-menu-virtualtour-item').removeClass('divider-before'); } else if ($('#description-menu-largerphotos-item').length > 0) { $('#description-menu-largerphotos-item').removeClass('divider-before'); } else { $('#description-menu-birdseye-item,#description-menu-photogallery-item').removeClass('divider-before'); } }); })();

    7440 April Dr, Fayetteville, NC 28314 | MLS#: LP696035 (11)
    Information Not Guaranteed Listings marked with an icon are provided courtesy of the Triangle MLS, Inc. of North Carolina, Internet Data Exchange Database. Copyright 2021 Triangle MLS, Inc. of North Carolina. All rights reserved.

    This content last refreshed on 7/23/2024 12:11 PM EST. Some properties which appear for sale on this web site may subsequently have sold or may no longer be available.

    Information is deemed reliable but is not guaranteed.

    7440 April Dr, Fayetteville, NC 28314 | MLS#: LP696035 (2024)

    FAQs

    What is the phone number for the city of Fayetteville NC? ›

    For non-emergencies, call (910) 433-1529.

    What is the phone number for Fayetteville State University IT help desk? ›

    If you are a registered student and still cannot find your account information please call the IT Service Desk at 910.672. HELP or 910.672. 4357 for further assistance.

    What is Fayetteville, North Carolina known for? ›

    Known throughout its history for its cultural diversity and military presence, today the Fayetteville area stands as a testament to its proud past. Many structures have been painstakingly preserved to reflect this history in nine designated historic districts across the city.

    What is the crime rate in Fayetteville, North Carolina? ›

    Fayetteville Annual Crimes
    ViolentProperty
    Number of Crimes2,0487,277
    Crime Rate (per 1,000 residents)9.8134.84

    How to enroll in Fayetteville State University? ›

    ✓ Apply to Fayetteville State Online: www.uncfsu.edu/ftbraggcampus Click on FSU Application Click on New User Create an Account Login and Complete the application Click on Check or Money Order to submit application. Please note: The $40.00 admission application fee is waived for active duty service Members.

    How do I email FTCC Help Desk? ›

    Send an email to emailsupport@faytechcc.edu. We will answer your request as soon as possible.

    What is the enrollment at the University of Arkansas Fayetteville? ›

    What number is Fayetteville? ›

    Area code 910 is located in southeastern North Carolina and covers Fayetteville, Wilmington, and Jacksonville. It has a single overlay (472) that serves the same area.

    What are the phone prefixes for Fayetteville NC? ›

    Area codes 910 and 472 are telephone area codes in the North American Numbering Plan (NANP) for southeastern North Carolina. The area codes form an overlay for a numbering plan area (NPA) that includes the cities of Wilmington, Jacksonville, Laurinburg, Lumberton and Fayetteville.

    What is the phone number for the City of DeRidder? ›

    Plan B
    Mailing Address:200 South Jefferson Street DeRidder, LA 70634
    Phone: Fax:337-462-8900 337-462-3256
    Website:www.cityofderidder.org
    Mayor: Phone:Misty Clanton 337-462-8900
    Clerk: Phone:Glenna Luther 337-462-8900
    2 more rows

    What are North Carolina phone numbers? ›

    North Carolina (NC) Phone Numbers - Local area codes 252, 336, 704, 828, 910, 919, 980 and 984.

    References

    Top Articles
    Truist Open Near Me
    Clinica La Paz Duarte
    Nerdwallet Chase
    Craigs List Mpls Mn
    Is Jennifer Coffindaffer Married
    Poppers Goon
    Caremount Medical Flu Shots 2022
    Barber King Bargain Shop Tulsa Photos
    Dr Frita Mcrae Fisher Husband
    Pebble Keys 2 K380s Bluetooth Keyboard | Logitech
    Fairwinds Shred Fest 2023
    Jera Gardens
    What is 2/3 as a decimal? (Convert 2/3 to decimal)
    Restaurant-grevesmuehlen in Freiburg im Breisgau
    Zipcar Miami Airport
    Summoner Weapons Terraria
    What Times What Equals 82
    Kplctv Weather Forecast
    Liquor World Sharon Ma
    PoE Reave Build 3.25 - Path of Exile: Settlers of Kalguur
    Walgreens Shopper Says Staff “Threatened” And “Stalked” Her After She Violated The “Dress Code”
    Dead By Daylight Subreddit
    Ktbs Payroll Login
    Missing 2023 Showtimes Near Lucas Cinemas Albertville
    Anvil In Shattrath
    Haktuts.in Coin Master 50 Spin Link
    New Homes in Waterleigh | Winter Garden, FL | D.R. Horton
    My Les Paul Forum
    Gw2 Blue Prophet Shard
    Skyward Login Wylie Isd
    Grizzly Expiration Date 2023
    Meritas Health Patient Portal
    Better Health Solutions Bridal Package
    Credit Bureau Contact Information
    Alison Pest Control
    Jetnet Retirees Aa
    History :: Town Of Saugerties
    What is IXL and How Does it Work?
    Where does the Flying Pig come from? - EDC :: Engineering Design Center
    Grupos De Cp Telegram
    Linkbuilding Specialist Amsterdam
    Broadcastify Thurston County
    [PDF] (Indices und Systematiken) - Free Download PDF
    Lowlifesymptoms Twitter
    Puppiwi World : Age, Height, Family, Relationship Status, Net Worth, Wiki, and More Including Exclusive Insights! WikistarFact
    June 21 2019 Algebra 2 Regents Answers
    Osrs Nex Mass
    Walmart Makes Its Fashion Week Debut
    Mileage To Walmart
    Boyle County Busted Newspaper
    Upgrading Fedora Linux to a New Release
    Jimmy.johns Order Online
    Latest Posts
    Article information

    Author: Manual Maggio

    Last Updated:

    Views: 6283

    Rating: 4.9 / 5 (49 voted)

    Reviews: 80% of readers found this page helpful

    Author information

    Name: Manual Maggio

    Birthday: 1998-01-20

    Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

    Phone: +577037762465

    Job: Product Hospitality Supervisor

    Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

    Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.