Is your mean map in single listing page?
If your mean is map in the single listing page, you can go to Easy Listings Map settings and set Display map in single listing page to enable and save it.
You can read more about settings of Easy Listings Map in Easy Listings Map Settings.
Also I should say that for showing map in single listing page you don’t need shortcode of Easy Listings Map, and when you enable map in single listing page from easy listings map settings it automatically will displays map in single listing page.
Regards.
Sorry, I thought that map on the bottom was part of the EPL plugin and not part of the extension. However, what I want to do however, is have the freedom of placing that map on a different part of my single listing page. Thanks for answering.
When you enable Easy Listings Map, single listing page map this extension will override Easy Property Listings default single listing page map.
If you want to use map in different part of single listing page you should create child theme for single listing page in Easy Property Listings so you can ask for it from Easy Property Listings forum.
Also when you are creating Easy Property Listings single listing page child theme you can use below php code where you want to display map.
<?php do_action( 'epl_property_map' ); ?>
Above code will output the map in a part that you want.
For more information you can ask for how to creating child theme for single listing page in Easy Property Listings forum.
Regards.