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(32.1225,-106.639)};var g_43447ae8b987984b453968fb9f938cde = new google.maps.Geocoder();g_43447ae8b987984b453968fb9f938cde.geocode( { 'address': "16320 Stern Dr, Vado, NM 88072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vado-NM-national-truck-stops').style.display = '';map = new google.maps.Map(document.getElementById('vado-NM-national-truck-stops'), mapOptions);}document.getElementById('32c51e22').innerHTML += ' | View Map';var $l43447ae8b987984b453968fb9f938cde = '

National Truck Stops

Address: 16320 Stern Dr, Vado, NM 88072, USA
Phone: (575) 233-3695
';var m_43447ae8b987984b453968fb9f938cde = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Truck Stops',});m_43447ae8b987984b453968fb9f938cde['infowindow'] = new google.maps.InfoWindow({content: $l43447ae8b987984b453968fb9f938cde});var infowindow = new google.maps.InfoWindow({content: $l43447ae8b987984b453968fb9f938cde});google.maps.event.addListener(m_43447ae8b987984b453968fb9f938cde, 'click', function() {infowindow.open(map,m_43447ae8b987984b453968fb9f938cde);});$marker.push(m_43447ae8b987984b453968fb9f938cde);}});}google.maps.event.addDomListener(window, 'load', initialize);