Lottie scripts conflict

Has anyone ever run into the issue of the lottie animation not working because of a conflict with their google map script. I’ve tried every order imaginable. When I put the lottie script first, it renders the map useless. I’m trying to avoid a client meeting over this!

<script src="https://code.jquery.com/jquery-3.7.0.min.js"
  integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>

<script
  src="//maps.googleapis.com/maps/api/js?key=MY MAP KEY HERE&callback=initializeMap"></script>
<script src="assets/js/infobox.js"></script>
<script src="assets/js/map-viewer.js"></script>
<script src="assets/js/lottie-player.js"></script>
<script src="assets/js/playanimation.js"></script>
<script src="assets/js/scripts.js"></script>