



<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="MobileOptimized" content="width" />
    <meta name="HandheldFriendly" content="true" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta http-equiv="cleartype" content="on" />
    <META HTTP-EQUIV="Content-Language" CONTENT="EN" />
    <META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE" />
    <META NAME="rating" CONTENT="General" />
    <META NAME="MS.LOCALE" CONTENT="EN-US" />
    <META NAME="CATEGORY" CONTENT="home page" />
    <META NAME="robots" CONTENT="index,follow" />
    <META NAME="revisit-after" CONTENT="31 days" />
    <META NAME="DC.Coverage.PlaceName" CONTENT="Global" />
    <META NAME="author" CONTENT="Reliance Network" />
    <META NAME="distribution" CONTENT="Global" />



<script src="https://pages.liveby.com/liveby.js?id=foxroach"></script><!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-K3DF79G');</script><!-- End Google Tag Manager -->
<script src="https://pixel.adwerx.com/bhhs/292459/awp.js" async=""> </script>    
    

            <title>404</title>
            <meta name="keywords" content="BHHS, fox, roach, philadelphia real estate, realtors, new homes, homes, open houses, mortgage, insurance,  New Jersey, Delaware, Maryland, PA, NJ, DE, MD, shore, home pilot, mortgage, buy, sell, career, agent, agents, broker, brokers, center city, shore, market analysis" />
            <meta name="description" content="Real estate in Philadelphia, PA, NJ, DE &amp; MD. BHHS Fox &amp; Roach offers full real estate services including mortgage, new homes, insurance, market analysis." />
<link rel="canonical" href="https://www.foxroach.com/404"/>            <meta property="og:url" content="https://www.southjerseyhometeam.com/404" />
            <meta property="og:type" content="website" />
                <meta property="og:title" content="404" />
        <!-- JSON-LD -->
        <script type='application/ld+json'>
                {
                    "@context":"https://schema.org",
                    "@type":"WebSite",
                    "@id":"#website",
                    "url":"https://www.southjerseyhometeam.com/404",
                    "name": "404",
                    "potentialAction":
                    {
                        "@type":"SearchAction",
                        "target": "https://www.southjerseyhometeam.com/searchredirect.aspx?cityzip={search_term_string}",
                        "query-input":"required name=search_term_string"
                    }
                }
        </script>

    <!-- Scripts -->
    <script src="//code.jquery.com/jquery-1.8.3.min.js" referrerpolicy="origin" referrerpolicy="origin"></script>
    <script src="//code.jquery.com/ui/1.12.1/jquery-ui.min.js" referrerpolicy="origin"></script>
    <script type="text/javascript" src="/scripts/reliance.jsx?id=242&account=405015"></script>
    <script type="text/javascript" src="/scripts/site.jsx?id=242&siteDirectory=prufoxroach&account=405015&culture=en"></script>


    <!--System Branding-->
    <link id="searchPolyFillTarget" href="/Areas/CMS/Views/cms-templates/css/global-branding.min.css?v=1.0.7922.17468-rc+1571.6b5663a3.release--9-6-2021" rel="stylesheet">



</head>

<body class="site-interior-page" id="homeandliving2">


<!-- Styles -->
<!-- Slider -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.6.0/slick/slick.css" referrerpolicy="origin" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.7.1/slick-theme.css" rel="stylesheet" referrerpolicy="origin">

<!-- Layout Styling -->
<link id="polyFillTarget" href="/dist/css/site/homeandliving2.css" rel="stylesheet">




 <style>
    :root {
        --company-primary-color: #552448;
        --company-secondary-color: #777777;
        --company-tertiary-color: #552448;
        --company-primary-transparent-2: rgba(85, 36, 72, 0.2);
        --company-primary-transparent-5: rgba(85, 36, 72, 0.5);
        --company-secondary-transparent-2: rgba(119, 119, 119, 0.2);
        --company-secondary-transparent-5: rgba(119, 119, 119, 0.5);
    }
</style>


<!-- Featured Properties and Saved Search calls -->
<script>

    var interiortotalcount = 0;
    var interiortotalpages = 0;



    //CMS Featured Properties Content Type Call
    function getFeaturedPropertiesApi(contentID, pageSize, pageNumber, FilePath, featuredpropertiesID) {
        var currAccountID = typeof agentContactAccountId !== 'undefined' ? agentContactAccountId : agentAccountId;
        $.ajax({
            url: '/CMS/CmsContent/GetFeaturedPropertiesFromContentID',
            dataType: 'html',
            data: {
                contentID: contentID,
                accountID: currAccountID,
                pageSize: pageSize,
                pageNumber: pageNumber,
                relianceApiKey: companyApiKey,
                FilePath: FilePath
            },
            success: function (data) {                                             
                if (FilePath.toLowerCase().includes('interior')) {                    
                    $('#' + featuredpropertiesID + '-totalcount-properties').text(interiortotalcount + ' Properties');
                    $('#' + featuredpropertiesID + '-totalpages-of').text('Page 1 of ' + interiortotalpages);                    
                    if($(data).find('.rng-featured-property-container li').length == 0)
                    {
                        $('[name="'+featuredpropertiesID+'"]').hide();
                        $('#'+featuredpropertiesID).hide();
                    }
                    else
                    {
                        $('#' + featuredpropertiesID).html(data);
                        setupForInitPaging();
                    }
                }
                else {
                    $('#' + featuredpropertiesID).html(data);
                }
               
                

                featuredPropertiesSuccess();

                if ($('body').is('#' + rnLayoutName)) {
                   //console.log('agentweb');
                } else {
                    //console.log('crm');
                    $('#' + featuredpropertiesID).click(function (e) {
                        e.preventDefault();
                    });
                }
                
            }
        });
    }

    function logFeaturedPropertyView(mlsID, mlsNumber, mlsNumberAlpha, mlsCity, stateAbbr, zip, url) {
        $.ajax({
            url: '/CMS/CmsContent/LogFeaturedPropertyView',
            dataType: 'html',
            cache: false,
            data: {
                mlsID: mlsID,
                mlsNumber: mlsNumber,
                mlsNumberAlpha: mlsNumberAlpha,
                mlsCity: mlsCity,
                stateAbbr: stateAbbr,
                zip: zip
            },
            success: function (data) {
                document.location.href = url;
                return false;
            },
    error: function (data) {
                console.log('error');
                document.location.href = url;
                return false;
            }
        });
    }


     //CMS Saved Search From SearchID
    function getSavedSearchListings(searchID, mlsid, pageSize, pageNumber, FilePath, savedsearchID) {        
        $.ajax({
            url: '/CMS/CmsContent/GetSavedSearchFromSearchID',
            dataType: 'html',
            data: {
                searchID: searchID,
                accountID: agentAccountId,
                mlsID: mlsid,
                companyID: agentCompanyId,
                pageSize: pageSize,
                pageNumber: pageNumber,
                FilePath: FilePath
            },
            success: function (data) {
                $('#' + savedsearchID).html(data);               
                if (FilePath == 'InteriorSavedSearchPage') {
                    $('#' + savedsearchID + '-totalcount-properties').text(interiortotalcount + ' Properties');
                    $('#' + savedsearchID + '-totalpages-of').text('Page 1 of ' + interiortotalpages);
                }
                
            }
        });
    }
</script>






<style>
    :root {
        --main-color: #552448;
        --secondary-color: #777777;
        --tertiary-color: #552448;
        --main-transparent-7: rgba(85, 36, 72, 0.7);
        --secondary-transparent-7: rgba(119, 119, 119, 0.7);
        --tertiary-transparent-7: rgba(85, 36, 72, 0.7);
    }
</style>



<header class="site-header">

    <div class="site-header-mobile-account" id="siteHeaderMobileAccount">
        <img src="https://content.mediastg.net/dynamic/RealEstate/company/242/account/405015/405015_10092018095141.jpg" alt="Ida Zammarrelli" title="Ida Zammarrelli" />
</div>

<ul class="site-header-mobile-account-info">
    <li class="account-name">Ida Zammarrelli</li>
    <li>Realtor</li>
            <li>60011676</li>
            <li><a href="tel:16092213394"><i class="rni-call"></i> 609.221.3394</a></li>
        <li><a href="tel:1"><i class="rni-call"></i> ..</a></li>

        <li><a href="mailto:Ida.Zammarrelli@foxroach.com"><i class="rni-mail"></i> Email Me</a></li>
</ul>

    <div class="site-header-logo">
        <div class="site-container">
            <a href="/" title="Ida Zammarrelli Home Page">
                <div class="site-header-global-logo">

	<div class="site-header-global-logo-img">
		    <img src="https://content.mediastg.net/static/RealEstate/company/242/013-logo.png" alt="Berkshire Hathaway HomeServices Fox &amp; Roach Logo" title="Berkshire Hathaway HomeServices Fox &amp; Roach Logo">

	    
	</div>


</div>

            </a>
                <div class="site-header-name">
                    Ida <br> Zammarrelli
						<div class="site-header-license">
							60011676
						</div>
                </div>
            </div>
                
                
    </div>

           
    <div class="site-header-nav">
        <nav role="navigation">
            
<ul id="siteHeaderNavigation" style="list-style:none;">

<li class="has-dropdown" tabindex="0" >                <a role="navigation" aria-label="Expand Properties navigation item">Properties </a>
                <ul class="dropdown" style="list-style: none">
                            <li><a href="/Coming-Soon" >Coming Soon</a></li>
                            <li><a href="/homes-for-sale" >Property Search</a></li>
                            <li><a href="/Featured-Properties" >Featured Properties</a></li>
                            <li><a href="/?p=findahome.asp&amp;page=extranet&amp;selected=dashboard" >Property Watch</a></li>
                </ul>
<li class="has-dropdown" tabindex="0" >                <a role="navigation" aria-label="Expand Buyer &amp; Seller Center navigation item">Buyer &amp; Seller Center </a>
                <ul class="dropdown" style="list-style: none">
                            <li><a href="/?p=pagecontent.asp&amp;pid=17432" >Buying Your Home</a></li>
                            <li><a href="/?p=pagecontent.asp&amp;pid=17433" >Selling Your Home</a></li>
                </ul>
<li class="has-dropdown" tabindex="0" >                <a role="navigation" aria-label="Expand My Profile navigation item">My Profile </a>
                <ul class="dropdown" style="list-style: none">
                            <li><a href="/Charities" >Fox &amp; Roach/Trident Charities</a></li>
                            <li><a href="/Resume" >Property Resume</a></li>
                            <li><a href="/?p=pagecontent.asp&amp;pid=17434" >About Us - Fox &amp; Roach REALTORS</a></li>
                            <li><a href="/Charities" >Fox &amp; Roach Charities</a></li>
                </ul>
<li>                <a href="/Contact/idazammarrelli" >Contact </a>
</li>        
</ul>

            <button class="site-header-nav-button" id="navBurger"><span class="site-header-nav-burger"></span></button>

            <div class="site-header-login-desktop"></div>

        </nav>

    </div>

    <div class="site-header-login-container">
            <a href="/?p=findahome.asp&page=extranet&selected=dashboard" class="site-header-nav-login">
                <span>Log in</span><i class="rni-user"></i>
            </a>
    </div>

</header>






        

<!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?nojs=1&id=GTM-K3DF79G"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->    

    <div class="site-global-container"> 








<div class="site-interior-404-page layout-4042" id="404-image-1-preview-7864" style="background-image: url('https://content.mediastg.net/dyna_images/ImageLibrary/5/c/3/f/5c3f451b-8e66-428c-8940-6c28264dd106.jpg')">
    <div class="site-interior-404-page-bg-overlay"></div>
    <div class="site-container">

        <div class="site-interior-404-page-content-container">
            <div id="404-text-1-preview-7860">
                ERROR
            </div>
            <h1 id="404-text-2-preview-7861">404</h1>
        </div>

        <div class="site-interior-404-page-content" id="404-text-3-preview-7862">
            Looks like the page you are looking for is not on this address anymore.
        </div>

        <div class="site-interior-404-buttons">
            <a href="\" class="button">
                <span id="404-text-4-preview-7863">Return to homepage</span>
            </a>
        </div>
    </div>
</div>











    </div> 


<footer class="site-footer">
    <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback" async defer></script>
<script>
    function recaptchaDone(token) {
        $.ajax('https://api.reliancenetwork.com/Client/recaptcha', {
            data: { UserToken: token },
            type: 'POST',
            success: function (e) {
                console.log(e);
                grecaptcha.reset();
            },
			error: function (e) {
                console.log(e);
                grecaptcha.reset();
            }
        });
        footerContactFormSubmit();
    }
</script>

<div class="site-container">

    <div class="site-row">
        <div class="site-column quarter">

            <ul class="no-bullet footer-address">
                <li class="site-footer-logo">
                    <a href="https://www.foxroach.com" target="_blank" rel="nofollow">
                            <img src="https://content.mediastg.net/static/RealEstate/company/242/012-logo.png" class="site-footer-company-logo site-footer-company-logo-black" alt="Berkshire Hathaway HomeServices Fox &amp; Roach Logo" title="Berkshire Hathaway HomeServices Fox &amp; Roach Logo" />
                            <img src="https://content.mediastg.net/static/RealEstate/company/242/013-logo.png" class="site-footer-company-logo site-footer-company-logo-white" alt="Berkshire Hathaway HomeServices Fox &amp; Roach Logo" title="Berkshire Hathaway HomeServices Fox &amp; Roach Logo" />
                    </a>

                </li>
                <li class="office">
                                <a href="https://mullicahill.foxroach.com" target="_blank">Mullica Hill</a>
                </li>
                <li>157 Bridgeton Pike</li>
                <li>Mullica Hill, NJ 08062</li>
                    <li>: () -</li>
            </ul>


        </div>
        <div class="site-column quarter">
            <ul class="no-bullet footer-account-info">
                    <li class="site-footer-name">Ida Zammarrelli</li>
                    <li>Realtor</li>
						<li>60011676</li>
                        <li>Mobile Phone: (609) 221-3394</li>
            </ul>
                    </div>




        <div class="site-column half">
            <h2>Contact</h2>
            <div class="site-footer-form-submit-message" name="footerContactMessageSent" id="footerContactMessageSent" style="display:none">
    <p>Thank you! Your message has been sent.</p>
</div>
<div class="site-footer-form-submit-message" name="footerContactMessageFailed" id="footerContactMessageFailed" style="display:none">
    <p>Sorry, we were unable to send your message at this time. Please try again.</p>
</div>
<form name="footerContact" id="footerContact" onsubmit="return footerContactFormSubmit();">
    <input value="Contact Us" type="hidden" name="form" id="form" />
    <input value="Contact Me" type="hidden" name="subject" id="subject" />
    <input class="name" type="text" placeholder="Name" name="first" id="first" aria-label="Name" />
    <input class="email" type="email" placeholder="Email" name="from" id="from" aria-label="Email"/>
    <textarea placeholder="Message" class="message" name="message" id="message" aria-label="Message"></textarea>

    <div class="site-footer-form-submit-container">
        <input type="submit" value="Send" name="footerContactSendButton" id="footerContactSendButton" class="g-recaptcha" data-sitekey="6Lf7csEUAAAAACy2jV8VZvG37Q2iSEsiWf4RXbdk" data-badge="inline" data-callback="recaptchaDone" aria-label="Send"/>
    </div>

    <p class="site-footer-form-captcha-message">This site is protected by reCAPTCHA and the Google
    <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">Terms of Service</a> apply.</p>

    

</form>



        </div>
    </div>

    



<div class="site-footer-disclaimer">
    <p><p>© 2021 BHH Affiliates, LLC. An independently operated subsidiary of HomeServices of America, Inc., a Berkshire Hathaway affiliate, and a franchisee of BHH Affiliates, LLC. Berkshire Hathaway HomeServices and the Berkshire Hathaway HomeServices symbol are registered service marks of Columbia Insurance Company, a Berkshire Hathaway affiliate. Equal Housing Opportunity.</p></p>


    <p><p class="site-footer-reliance-disclaimer">© 2021 Reliance Network and Berkshire Hathaway HomeServices Fox & Roach. All rights reserved. U.S. Reg. Copyright TX-5-910-991, TX-5-910-992, TX-5-910-993, and TX-5-910-994. Equal Housing Opportunity. <i class="rni-eho"></i> <i class="rni-realtor"></i></p><p><a href="https://www.reliancenetwork.com/accessibility-commitment" target="_blank" style="text-decoration:underline">Our Commitment to Accessibility</a></p></p>

    
</div>

<div class="site-footer-branding site-container">
    <a href="https://www.reliancenetwork.com" target="_blank" rel="nofollow"><img class="site-footer-reliance-logo-black" src="/dist/img/components/reliance-logo-black.png" alt="Reliance Network Logo" title="Reliance Network Logo"><img class="site-footer-reliance-logo-white" src="/dist/img/components/reliance-logo-white.png" alt="Reliance Network Logo" title="Reliance Network Logo"></a>


    

    <a class="site-agent-access-link" href="https://intranet.foxroach.com/" target="_blank">Agent Access</a>
</div>

</div>

</footer>



<script>
    var agentAccountId = 405015;
    var agentCompanyId = 242;
    var companyApiKey = 'SG9ICjFZaFM=';
    var companyAbbr = 'prufoxroach';
    var companyId = '242';
    var isTeam = 'False';
    var rnLayoutName = 'homeandliving2';    
    var interiortotalpages = 0;
</script>


<script src="/Areas/CMS/Views/cms-templates/js/css-vars-polyfill.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.0/js.cookie.min.js" referrerpolicy="origin"></script>
<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js" referrerpolicy="origin"></script>
<script src="/Scripts/intersection-observer.js"></script>
<script src="/Scripts/lazyload.min.js"></script>
<script src="/dist/js/cms.js"></script>
<script src="/dist/js/site/homeandliving2-app.js"></script>






    

    </body>
    </html>


