Car Washes

<p><input id="pac-input" class="controls" type="text" placeholder="Search by city or zipcode"></p>
Roswell – Roswell Shell

Offered at this location: Car Washes, Quality Fuels

Store: (575) 623-5215 | Grill: (575) 623-9260 | Address: 917 N Main St, Roswell, NM 88201, USA

Get Directions

Rio Rancho – Sandia Shell

Offered at this location: Car Washes, Quality Fuels

Store: (505) 771-9226 | Address: 7801 Carr Way Northeast, Rio Rancho, NM, USA

Get Directions

Las Cruces – Triviz Shell

Offered at this location: Car Washes, Quality Fuels

Store: (575) 541-0454 | Address: 3040 N Main St, Las Cruces, NM 88001, USA

Get Directions

Las Cruces – Nacho Shell

Offered at this location: Car Washes, Quality Fuels

Store: (575) 532-0348 | Address: 2512 E Lohman Ave, Las Cruces, NM 88011, USA

Get Directions

Carlsbad – Church Street Shell

Offered at this location: Car Washes, Quality Fuels

Store: (575) 887-0083 | Address: 713 N Canal St, Carlsbad, NM, USA

Get Directions

Artesia – Western Way Shell

Offered at this location: Car Washes, Quality Fuels

Store: (575) 746-6920 | Address: 101 N 1st St, Artesia, NM 88210, USA

Get Directions

Albuquerque – Edith Shell

Offered at this location: Car Washes, Quality Fuels

Store: (505) 341-1198 | Address: 521 Candelaria Rd NE, Albuquerque, NM 87107, USA

Get Directions

Santa Fe – St. Michaels Shell

Offered at this location: Car Washes, Quality Fuels

Store: (505) 984-2228 | Address: 711 St Michaels Dr, Santa Fe, NM 87505, USA

Get Directions

Roswell – Roswell Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>

Rio Rancho – Sandia Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>

Las Cruces – Triviz Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>

Las Cruces – Nacho Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>

Carlsbad – Church Street Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>

Artesia – Western Way Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>

Albuquerque – Edith Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>

Santa Fe – St. Michaels Shell

<?php 
if( have_rows('phones') ):
    echo '<div class="phones">';
    while( have_rows('phones') ) : the_row();
        echo '<div class="phone"><strong>' . get_sub_field('label') . ':</strong> ' . get_sub_field('number') . '</div>';
    endwhile;
    echo '</div>';
endif; ?>
<?php 
$location = get_field('location');
if( $location ) {

    // Loop over segments and construct HTML.
    $address = '';
    foreach( array('street_number', 'street_name', 'city', 'state', 'post_code', 'country') as $i => $k ) {
        if( isset( $location[ $k ] ) ) {
            $address .= sprintf( '<span class="segment-%s">%s</span>, ', $k, $location[ $k ] );
        }
    }

    // Trim trailing comma.
    $address = trim( $address, ', ' );

    // Display HTML.
    echo '<p>' . $address . '</p>';
}

$get_google_map = get_field('location', $value);
$lat = $get_google_map['lat'];
$long = $get_google_map['lng']; ?>

<a class="directions entry-button ct-button" target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo +$lat; ?>,<?php echo +$long; ?>">Get Directions</a>