echo $address;
echo $city;
?>
"><?php 
echo $address;
?>
</a><br> <?php 
echo $number;
?>
                                    <br>
                                    <div class="time"><p><?php 
echo $timing;
?>
</p></div></p>
                                <span><?php 
echo get_teaser_text($description, 65);
?>
</span>
							
                            </div>
                        </div>
                        <!-- End Col -->
                        <div class="col-md-6 align-right map-view">
                            <div class="contact-map-blog">
                                <iframe src="<?php 
echo $map_link;
?>
" width="100%" height="256" frameborder="0" style="border:0" allowfullscreen></iframe>
                            </div>
							<a target="_blank" href="http://maps.google.com/?q=<?php 
echo str_replace(" - Dispensing Soon", "", $address);
				
				<div class="col-xs-12 col-md-6 col-lg-4">
					 <div class="vapes-services nopadding vapes-services-img">
						 <div class="vapes-img">
						 <?php 
        the_post_thumbnail();
        ?>
						 </div>
					 </div>
					 <div class="vapes-services color">
						  <div class="heading"><?php 
        echo get_the_title();
        ?>
</div>
						   <p><?php 
        echo get_teaser_text(get_the_excerpt(), 225);
        ?>
</p>
						  <a class="btn btn-default comman_button" href="<?php 
        echo get_permalink();
        ?>
">See Product</a>
					 </div>
				</div>
				
				<?php 
        if ($i % 3 == 0) {
            echo '</div><div class="group-row">';
        }
        $i++;
    }
					<?php 
        $thumbnail_id = get_woocommerce_term_meta($product_category->term_id, 'thumbnail_id', true);
        $image = wp_get_attachment_url($thumbnail_id);
        if ($image) {
            echo '<img src="' . $image . '" alt="" />';
        }
        ?>
					</div>
					</div>
					<div class="vapes-services color">
						<div class="heading"><?php 
        echo $product_category->name;
        ?>
</div>
						<p><?php 
        echo get_teaser_text($product_category->description, 225);
        ?>
</p>
						<a class="btn btn-default comman_button" href="<?php 
        echo get_term_link($product_category);
        ?>
">See Product</a>
					</div>
			</div>
	
			
		<?php 
        if ($i % 3 == 0) {
            echo '</div><div class="group-row">';
        }
        $i++;