LISTING RESULTS

Clairemont

Show Filters

Hide Filters

    Features

    View Map Above

    Hide Map

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    Dream Church

    6555 Balboa Avenue, San Diego, CA, USA

    Korean church

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    St. Catherine Labouré Catholic Church

    4124 Mt Abraham Ave, San Diego, CA 92111, USA

    Our parish, inspired by the humility of St. Catherine Labouré, welcomes all people, especially the...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    Communion Church

    6555 Balboa Ave, San Diego, CA 92111, USA

    Our Mission Launching resilient disciples. Our Values These values help guide our church. They are...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    Clairemont Christian Fellowship

    4570 Mt Herbert Ave, San Diego, CA, USA

    Reaching, Teaching, Serving for Christ's Kingdom. We focus on making disciples for the Kingdom of...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    Shoreline Church

    7045 Forum Street, San Diego, CA, USA

    Shoreline Church exists to Honor God and Advance His Kingdom by winning people to Jesus,...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    San Diego Chinese Mandarin Church

    3441 Clairemont Mesa Blvd, San Diego, CA, USA

    我们的信仰 1.圣经: 我们相信全部新旧约圣经是神的启示,將他救赎人类的计划完全启示出來。圣经在启示上是完整的,在內容上是完全的,在史实与教导上是无误的。圣经是基督徒信仰及生活的最高权威及教导。 2. 三位一体的真神: 我们相信神是独一的真神。他启示自己为圣父,圣子,圣灵,三位一体的神。他们同时并存、相互内住。“他们”同质,同等,同荣,但在创造,护理及救赎的工作上,他们担当了不同却和谐的职事。 3. 圣父: 我们相信圣父是全圣,全智,全能,全爱的独一的真神,是创造天地万物的主。他爱世人,为我们预备了丰盛的救恩。 4. 圣子: 我们相信圣子耶稣基督是完全神也是完全的人,为圣灵感孕童贞女马利亚所生。他担当我们的罪, 死于十字架上﹐流血為人赎罪。神使他死后三天复活﹐升天﹐在神的右边为圣徒祷告。他将会照著他的应许再临。 5. 圣灵:...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    The Potter’s House

    3520 Mount Acadia Boulevard, San Diego, CA 92111, USA

    Welcome to The Potter's House Christian Fellowship Church, ​where we believe in evangelism, discipleship, and...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    Grace Reformed Church

    3520 Mt Acadia Blvd, San Diego, CA, USA

    Mission statement of Grace Reformed Bible Church San Diego: We confess Jesus Christ as Lord...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    Clairemont Covenant Church

    5255 Mt Ararat Dr, San Diego, CA 92111, USA

    Experience Community – Follow Jesus – Pursue Purpose – Impact Lives We believe that people...

    Open Sign Hanging With Purple Light Copy
    <?php
    $terms = get_the_terms(get_the_ID(), 'listing-type');
    if (!empty($terms) && !is_wp_error($terms)) {
        // Filter to only parent terms
        $parent_terms = array_filter($terms, function($term) {
            return $term->parent === 0;
        });
        
        // If no parent terms, use all terms
        if (empty($parent_terms)) {
            $parent_terms = $terms;
        }
        
        // Get the first term
        $first_term = reset($parent_terms);
        echo esc_html($first_term->name);
    }
    ?>
    New
    Offers

    Reformation Lutheran Church

    4670 Mt Abernathy Ave, San Diego, CA, USA

    Welcome to Reformation Lutheran Church, where our doors are open to people from all backgrounds,...

    Great Decision!

    Look out for exclusive news and deals coming straight to your inbox with our Fast Times newsletter.