<div class=”wpecbd{{if:is_premium}} is_premium{{endif}}” itemscope itemtype=”http://schema.org/LocalBusiness”>
<meta itemprop=”name” content=”%%company_name%%” />
<div id=”bd_single_left”>
<div class=”bd_inner_left_side”>
{{if:logo}}
<div class=”bd_logo”>
<a rel=”bd_img_group” href=”%%company_big_logo_url%%”>
<img src=”%%company_page_logo_url%%” />
</a>
<link itemprop=”image” href=”%%company_big_logo_url%%” />
</div><br style=”clear:both;”>
{{endif}}
{{if:images}}
<div class=”bd_images”>
<div class=”bd_images_list”>
{{macro:image}}
<div class=”bd_images_list_item”><a rel=”bd_img_group” href=”%%img_large_url%%” title=”%%img_desc%%”><img id=”bd_image-%%img_id%%” class=”bd_img_thumb” src=”%%img_thumb_url%%” /></a></div>
{{endmacro}}
</div><br style=”clear:both;”>
</div>
{{endif}}
<div class=”bd_info”>
{{if:website}}
<div class=”bd_info_row”>
<span class=”bd_info_title”>Web Site : </span>
<span class=”bd_info_value”><a rel=”nofollow” title=”%%company_name%%” href=”%%company_website%%” itemprop=”url”>%%company_website%%</a></span>
</div>
{{endif}}
{{if:email}}
<div class=”bd_info_row”>
<span class=”bd_info_title”>eMail : </span>
<span class=”bd_info_value” itemprop=”email”>%%company_email%%</span>
</div>
{{endif}}
{{if:phone}}
<div class=”bd_info_row”>
<span class=”bd_info_title”>Telephone : </span>
<span class=”bd_info_value” itemprop=”telephone”>%%company_phone%%</span>
</div>
{{endif}}
{{if:fax}}
<div class=”bd_info_row”>
<span class=”bd_info_title”>Fax : </span>
<span class=”bd_info_value” itemprop=”faxNumber”>%%company_fax%%</span>
</div>
{{endif}}
<div class=”bd_info_row” itemprop=”address” itemscope itemtype=”http://schema.org/PostalAddress”>
<span class=”bd_info_title”>Address : </span>
<span class=”bd_info_value” itemprop=”streetAddress”>
%%company_address%%
{{if:city}}, %%company_city%%{{endif}}
{{if:state}}, %%company_state%%{{endif}}
{{if:country}}, %%company_country%%{{endif}}
{{if:zip}}, %%company_zip%%{{endif}}
</span>
</div>
</div>
{{if:social}}
<div class=”bd_social_icons”>
<ul class=”bd_social_icons_list”>
{{macro:social}}
<li class=”bd_social_icons_list_item”><a rel=”nofollow” title=”%%social_title%%” href=”%%social_url%%”><div class=”bd_%%social_title_class%%”></div></a></li>
{{endmacro}}
</ul><br style=”clear: both;” />
</div>
{{endif}}
{{if:map}}
<div class=”bd_map” itemprop=”geo” itemscope itemtype=”http://schema.org/GeoCoordinates”>
<a id =”bd_map_iframe” href=”%%company_map_popup_url%%”>
<img class=”bd_map_img” src=”//maps.googleapis.com/maps/api/staticmap?center=%%company_lat%%,%%company_lng%%&zoom=%%map_zoom%%&size=%%map_width%%x%%map_height%%&markers=color:red|color:red|label:●|%%company_lat%%,%%company_lng%%&maptype=%%map_type%%&sensor=false” />
</a>
<meta itemprop=”latitude” content=”%%company_lat%%” />
<meta itemprop=”longitude” content=”%%company_lng%%” />
</div>
{{endif}}
{{if:qr}}
<div class=”bd_qr”>
<img id=”bd_qr-%%company_id%%” src=”//chart.googleapis.com/chart?chs=%%qr_width%%x%%qr_height%%&cht=qr&chl=%%qr_data%%” />
</div>
{{endif}}
</div>
</div>
{{if:shortd}}
<div class=”bd_excerpt”>
%%company_short_description%%
</div>
{{endif}}
<div class=”bd_content” itemprop=”description”>
%%company_long_description%%
</div>
<br style=”clear:both;”></div>