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(39.84,-84.6282)};var g_bbb701f25c8727f4506de2b786a4fa24 = new google.maps.Geocoder();g_bbb701f25c8727f4506de2b786a4fa24.geocode( { 'address': "6762 US-127, Eaton, OH 45320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eaton-OH-travel-centers-of-america').style.display = '';map = new google.maps.Map(document.getElementById('eaton-OH-travel-centers-of-america'), mapOptions);}document.getElementById('d66affa5').innerHTML += ' | View Map';var $lbbb701f25c8727f4506de2b786a4fa24 = '

Travel Centers of America

Address: 6762 US-127, Eaton, OH 45320, USA
Phone: (937) 456-5521
';var m_bbb701f25c8727f4506de2b786a4fa24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Travel Centers of America',});m_bbb701f25c8727f4506de2b786a4fa24['infowindow'] = new google.maps.InfoWindow({content: $lbbb701f25c8727f4506de2b786a4fa24});var infowindow = new google.maps.InfoWindow({content: $lbbb701f25c8727f4506de2b786a4fa24});google.maps.event.addListener(m_bbb701f25c8727f4506de2b786a4fa24, 'click', function() {infowindow.open(map,m_bbb701f25c8727f4506de2b786a4fa24);});$marker.push(m_bbb701f25c8727f4506de2b786a4fa24);}});}google.maps.event.addDomListener(window, 'load', initialize);