<h1>
	<?php if('all' == $type): ?>All
	<?php elseif('provider' == $type): ?>
		<?php if('' != $specialty && 'all' != $specialty): ?><?php echo $specialty; ?>

		<?php else: ?> Providers
		<?php endif; ?>
	<?php elseif('clinic' == $type): ?>
		<?php if('' != $specialty && 'all' != $specialty): ?><?php echo $specialty; ?>

		<?php else: ?> Clinics
		<?php endif; ?>
	<?php elseif('urgent' == $type): ?>Urgent Care
	<?php elseif('hospital' == $type): ?>Hospitals
	<?php elseif('other' == $type): ?>
		<?php if('' != $specialty && 'all' != $specialty): ?><?php echo $specialty; ?>

		<?php else: ?> Other
		<?php endif; ?>
	<?php endif; ?>
</h1>
<div id="results-title-browse-container" class="hide-on-mobile">
	<a class="search-result-map-link" href="#"><span class="icon icon-down-arrow"></span></a>
	<div class="menu search-result-menu">
		<?php echo $__env->make('browsemenu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
	</div>
</div>
