Greenwood – The Gathering Place

<?php
if ( is_singular() ) {
    $terms = get_the_terms( get_the_ID(), 'department' );
    if ( $terms && ! is_wp_error( $terms ) ) {
        foreach ( $terms as $term ) {
            $group = get_field( 'department_ads', 'department_' . $term->term_id );
            if ( ! empty( $group['above_content_full_width'] ) ) {
                echo do_shortcode( $group['above_content_full_width'] );
                break;
            }
        }
    }
}
?>

The Gathering Place is an 82,000 square foot, state of the art, sports and recreation facility operated by Community Church of Greenwood. Our goal is to provide a family-friendly welcoming environment for leisure activities, relationship building and personal physical and spiritual development.

Our facilities, including three basketball courts, an indoor soccer field, racquetball court, cardio/strength training room, aerobics room, family lounge and meeting rooms of various sizes, are open to the general public during normal operating hours:

Monday, Tuesday, Wednesday and Thursday from 6 a.m. to 10 p.m.
Friday from 6 a.m. to 9 p.m.
Saturday from 8 a.m. to 5 p.m.

Web Address: http://www.ccgonline.org/v4/shell_GP2.asp?ID=79

Physical Address: 1477 West Main St, Greenwood, IN 46142

Phone: 317.888.6024

Author

Share

Further Reading

Leave the first comment