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(33.6905,-95.5548)};var g_1953a81f0ce21d4aca41034d971c82c8 = new google.maps.Geocoder();g_1953a81f0ce21d4aca41034d971c82c8.geocode( { 'address': "2805 N Main St, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-t-truck-stop').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-t-truck-stop'), mapOptions);}document.getElementById('5c515026').innerHTML += ' | View Map';var $l1953a81f0ce21d4aca41034d971c82c8 = '

T Truck Stop

Address: 2805 N Main St, Paris, TX 75460, USA
Phone: (903) 784-2802
';var m_1953a81f0ce21d4aca41034d971c82c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'T Truck Stop',});m_1953a81f0ce21d4aca41034d971c82c8['infowindow'] = new google.maps.InfoWindow({content: $l1953a81f0ce21d4aca41034d971c82c8});var infowindow = new google.maps.InfoWindow({content: $l1953a81f0ce21d4aca41034d971c82c8});google.maps.event.addListener(m_1953a81f0ce21d4aca41034d971c82c8, 'click', function() {infowindow.open(map,m_1953a81f0ce21d4aca41034d971c82c8);});$marker.push(m_1953a81f0ce21d4aca41034d971c82c8);}});}google.maps.event.addDomListener(window, 'load', initialize);