<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<div id="MapContainer">
<div class="Abr" style="top:100px; left:238px;"><span id="WA">WA</span></div>
<div class="Abr" style="top:213px; left:207px;"><span id="OR">OR</span></div>
<div class="Abr" style="top:315px; left:550px;"><span id="WY">WY</span></div>
<div class="Abr" style="top:253px; left:365px;"><span id="ID">ID</span></div>
<div class="Abr" style="top:153px; left:512px;"><span id="MT">MT</span></div>
</div>
<!-- Here, the query is used to pull data from tables
Data for states is held in a case structure. Where data exists, these will be defined.-->
<script>$("#OR").addClass("Active");</script><Info id="ORInfo" data-title="Oregon" data-charges="125,363.40" data-weight="875,250 lbs" data-shipments="1011 Bills"></Info>
<script>$("#WY").addClass("Active");</script><Info id="WYInfo" data-title="Wyoming" data-charges="2,472.86" data-weight="80,000 lbs" data-shipments="159 Bills"></Info>
</body>