'; $html .= ''; if ( ! empty( $listing_openhose_datetime ) && ! is_null( $listing_openhose_datetime ) ) { $html .= '
Open House, ' . $listing_openhose_datetime . '
'; } $html .= '
'; $html .= '' . $property_address . ''; $html .= '
'; $html .= '
'; $html .= '' . $property_address . ''; $html .= ''; if ( isset( $ListingStatus ) && ! empty( $ListingStatus ) ) { $html .= $ListingStatus; } if ( isset( $ListingPrice ) && ! empty( $ListingPrice ) ) { if ( isset( $ListingStatus ) && ! empty( $ListingStatus ) ) { $html .= ': '; } $html .= '$' . number_format( $ListingPrice ); } $html .= ''; $html .= '
'; $html .= '
'; if ( ! empty( $ListingBedRooms ) && $ListingBedRooms > 0 ) { $html .= '' . $ListingBedRooms . ' Beds'; } if ( ! empty( $ListingBathrooms ) && $ListingBathrooms > 0 ) { $html .= '' . $ListingBathrooms . ' Baths'; } $html .= '
'; $html .= '
'; $html .= ''; }