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(31.9254,-90.4)};var g_9c828eb6502e50b89d6f53bf284348f8 = new google.maps.Geocoder();g_9c828eb6502e50b89d6f53bf284348f8.geocode( { 'address': "2092 W Gallman Rd, Hazlehurst, MS 39083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazlehurst-MS-gallman-truck-stop').style.display = '';map = new google.maps.Map(document.getElementById('hazlehurst-MS-gallman-truck-stop'), mapOptions);}document.getElementById('2eac5eb1').innerHTML += ' | View Map';var $l9c828eb6502e50b89d6f53bf284348f8 = '

Gallman Truck Stop

Address: 2092 W Gallman Rd, Hazlehurst, MS 39083, USA
Phone: (601) 892-2701
';var m_9c828eb6502e50b89d6f53bf284348f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gallman Truck Stop',});m_9c828eb6502e50b89d6f53bf284348f8['infowindow'] = new google.maps.InfoWindow({content: $l9c828eb6502e50b89d6f53bf284348f8});var infowindow = new google.maps.InfoWindow({content: $l9c828eb6502e50b89d6f53bf284348f8});google.maps.event.addListener(m_9c828eb6502e50b89d6f53bf284348f8, 'click', function() {infowindow.open(map,m_9c828eb6502e50b89d6f53bf284348f8);});$marker.push(m_9c828eb6502e50b89d6f53bf284348f8);}});}google.maps.event.addDomListener(window, 'load', initialize);