var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(33.9695,-88.4581)};var g_d7558c85c0cfa7c9ea1425711f4cfdad = new google.maps.Geocoder();g_d7558c85c0cfa7c9ea1425711f4cfdad.geocode( { 'address': "60387 Cotton Gin Port Rd, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-check-depot').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-check-depot'), mapOptions);}document.getElementById('4bd0d10a').innerHTML += ' | View Map';var $ld7558c85c0cfa7c9ea1425711f4cfdad = '

Check Depot

Address: 60387 Cotton Gin Port Rd, Amory, MS 38821, USA
Phone: (662) 257-0800
';var m_d7558c85c0cfa7c9ea1425711f4cfdad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Depot',});m_d7558c85c0cfa7c9ea1425711f4cfdad['infowindow'] = new google.maps.InfoWindow({content: $ld7558c85c0cfa7c9ea1425711f4cfdad});var infowindow = new google.maps.InfoWindow({content: $ld7558c85c0cfa7c9ea1425711f4cfdad});google.maps.event.addListener(m_d7558c85c0cfa7c9ea1425711f4cfdad, 'click', function() {infowindow.open(map,m_d7558c85c0cfa7c9ea1425711f4cfdad);});$marker.push(m_d7558c85c0cfa7c9ea1425711f4cfdad);}});}google.maps.event.addDomListener(window, 'load', initialize);