Delete:


<div class="form-field">
<?php $coord = appthemes_get_coordinates( $listing->ID ); ?>
<input name="lat" type="hidden" value="<?php echo esc_attr( $coord->lat ); ?>" />
<input...