First off, you ened to setup a business directory. Here you'll add the basic profile, photos, etc. along with adding the contacts. If you manage all contacts, you can see an option to change the contact type.
Once done, you can implement this simple HAPI:
Show All in Directory
<ul>
<li data-pv-component="directory" data-pv-type="business" data-pv-parameters="{category_no: 3871, returnTotal: 100}">
<a href="affinity-clubs-list.php?action=view&id=0"></a>
<p></p>
</li>
</ul>
View Directory Profile
<div class="left cols" data-pv-component="directory" data-pv-type="business" data-pv-parameters="{business_no: {@q:[email protected]}, includeContacts: true}">
<div class="pad">
<h1></h1>
<div data-pv-repeater="contacts">
<p><b>{@[email protected]}:</b></p>
<ul>
<li> <b>{@[email protected]} {@[email protected]}</b><br> <a href="mailto:{@[email protected]}">{@[email protected]}</a><br> <br>
</li>
</ul>
</div>
<div data-pv-element="about">About Bio Here</div>
</div><!--end .pad-->
</div><!--end .left-->