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(38.9419,-91.9395)};var g_9d0ee86a965c5a46ea93f9935e41b67c = new google.maps.Geocoder();g_9d0ee86a965c5a46ea93f9935e41b67c.geocode( { 'address': "3296 Gold Rd, Kingdom City, MO 65262, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingdom-city-MO-west-land-travel-center').style.display = '';map = new google.maps.Map(document.getElementById('kingdom-city-MO-west-land-travel-center'), mapOptions);}document.getElementById('83c32753').innerHTML += ' | View Map';var $l9d0ee86a965c5a46ea93f9935e41b67c = '

West Land Travel Center

Address: 3296 Gold Rd, Kingdom City, MO 65262, USA
Phone: (573) 592-9000
';var m_9d0ee86a965c5a46ea93f9935e41b67c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Land Travel Center',});m_9d0ee86a965c5a46ea93f9935e41b67c['infowindow'] = new google.maps.InfoWindow({content: $l9d0ee86a965c5a46ea93f9935e41b67c});var infowindow = new google.maps.InfoWindow({content: $l9d0ee86a965c5a46ea93f9935e41b67c});google.maps.event.addListener(m_9d0ee86a965c5a46ea93f9935e41b67c, 'click', function() {infowindow.open(map,m_9d0ee86a965c5a46ea93f9935e41b67c);});$marker.push(m_9d0ee86a965c5a46ea93f9935e41b67c);}});}google.maps.event.addDomListener(window, 'load', initialize);