I want to create a variable but I don't know php too well.
<?php if(get_post_meta(get_the_ID(), "place", true)) : ?>
<?php echo get_post_meta(get_the_ID(), "place", true); ?> <---- this echos out a location
<?php endif; ?>
<?php $geoinfo = "?" ?> <------ I want the location...