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(37.4922,-94.2975)};var g_1262c765133245675c6e6d9dfbbb1771 = new google.maps.Geocoder();g_1262c765133245675c6e6d9dfbbb1771.geocode( { 'address': "71 US-160, Lamar, MO 64759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lamar-MO-lamartis-truck-stop').style.display = '';map = new google.maps.Map(document.getElementById('lamar-MO-lamartis-truck-stop'), mapOptions);}document.getElementById('120fe9c0').innerHTML += ' | View Map';var $l1262c765133245675c6e6d9dfbbb1771 = '

Lamarti's TRUCK Stop

Address: 71 US-160, Lamar, MO 64759, USA
Phone: (417) 682-6034
';var m_1262c765133245675c6e6d9dfbbb1771 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lamarti's TRUCK Stop',});m_1262c765133245675c6e6d9dfbbb1771['infowindow'] = new google.maps.InfoWindow({content: $l1262c765133245675c6e6d9dfbbb1771});var infowindow = new google.maps.InfoWindow({content: $l1262c765133245675c6e6d9dfbbb1771});google.maps.event.addListener(m_1262c765133245675c6e6d9dfbbb1771, 'click', function() {infowindow.open(map,m_1262c765133245675c6e6d9dfbbb1771);});$marker.push(m_1262c765133245675c6e6d9dfbbb1771);}});}google.maps.event.addDomListener(window, 'load', initialize);