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.4952,-94.3016)};var g_c908ec320f803c559792b5b23ac0688b = new google.maps.Geocoder();g_c908ec320f803c559792b5b23ac0688b.geocode( { 'address': "43 US-160, Lamar, MO 64759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lamar-MO-lamar-travel-plaza').style.display = '';map = new google.maps.Map(document.getElementById('lamar-MO-lamar-travel-plaza'), mapOptions);}document.getElementById('fbe92a8e').innerHTML += ' | View Map';var $lc908ec320f803c559792b5b23ac0688b = '

Lamar Travel Plaza

Address: 43 US-160, Lamar, MO 64759, USA
Phone: (417) 682-5576
';var m_c908ec320f803c559792b5b23ac0688b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lamar Travel Plaza',});m_c908ec320f803c559792b5b23ac0688b['infowindow'] = new google.maps.InfoWindow({content: $lc908ec320f803c559792b5b23ac0688b});var infowindow = new google.maps.InfoWindow({content: $lc908ec320f803c559792b5b23ac0688b});google.maps.event.addListener(m_c908ec320f803c559792b5b23ac0688b, 'click', function() {infowindow.open(map,m_c908ec320f803c559792b5b23ac0688b);});$marker.push(m_c908ec320f803c559792b5b23ac0688b);}});}google.maps.event.addDomListener(window, 'load', initialize);