$build .= "<a href=\"goto.php?id=" . $biz->rec["record_id"] . "&t=w\" class=\"medium blue underline\" target=\"_blank\">Visit Web Site</a> &nbsp;&nbsp;\r\n";
}
if ($biz->rec["sponsor_flag"] != "") {
    $build .= "<br/><b><i>Sponsored Listing</i></b>\r\n";
}
$page_title = PAGETITLE . ": " . $biz->rec["business_name"] . " " . fixPhone($biz->rec["phone"]);
$page_keywords = $biz->rec["search_terms"] . " " . $biz->rec["full_address"] . " " . $biz->rec["city_name"] . " " . $biz->rec["state_code"] . " " . $biz->rec["zip"];
$page_description = $biz->rec["profile_text"] . " " . PAGE_DESCRIPTION;
?>

<?php 
getHeader("public", "yes");
?>

	<?php 
echo $biz->buildBreadTrail("cat");
?>
	<div style="display: block; float: right; width: 300px;">
		<div id="map" style="height:300px;margin-bottom:20px;"></div>
		<div class="coupon-box"><?php 
echo $ads->buildAd(300);
?>
</div>
		</div>
	<div style="display: block; float: left; width: 690px;">
		<p style="font-size:32px; margin-bottom: 0px;"><?php 
echo $biz->rec["business_name"];
?>
</p>
		<p class="medium blue"><?php 
echo $build;