<?php 
aps_opportunities_artist_residency_organizer('artist_residency');
?>
	</div>
	<div>
		<?php 
the_field('opportunities_artist_residency_venue');
?>
	</div>
	<div>
		<?php 
the_field('opportunities_city');
?>
,
		<?php 
aps_opportunities_state();
?>
		<?php 
the_field('opportunities_country');
?>
	</div>
	<div>
		<?php 
aps_opportunities_date_range('artist_residency');
?>
	</div>
	<div>
		Application due: <?php 
the_field('opportunities_expiration_date');
?>
	</div>
?>
<br/>
</div>
<div>
	Organizer: <?php 
the_field('opportunities_workshop_organizer');
?>
<br/>
</div>
<div>
	<?php 
the_field('opportunities_city');
?>
,
	<?php 
aps_opportunities_state();
?>
	<?php 
the_field('opportunities_country');
?>
</div>
<div>
	<?php 
aps_opportunities_date_range('workshop');
?>
</div>
<div>
	Application due: <?php 
the_field('opportunities_expiration_date');
?>
</div>