Hi Jen!
Awesome, I’m glad that worked out on the back end. To get the value to display on the front end, you can override the venue template (located in the PRO plugin folder under /views/pro/single-venue.php) and refer to this ACF example for outputting the value.
You can either output the new field in the Venue Meta (Lines 56-59 in my file) or replace those lines with the ACF field and the venue’s address functions:
The combination of ACF and those functions should provide the output for the complete address. 🙂
Cheers!
Geoff