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(35.9878,-83.1626)};var g_346c7b856f06d54b12740abb04492180 = new google.maps.Geocoder();g_346c7b856f06d54b12740abb04492180.geocode( { 'address': "200 TN-160, Newport, TN 37821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-TN-country-convenience').style.display = '';map = new google.maps.Map(document.getElementById('newport-TN-country-convenience'), mapOptions);}document.getElementById('f8b626eb').innerHTML += ' | View Map';var $l346c7b856f06d54b12740abb04492180 = '

Country Convenience

Address: 200 TN-160, Newport, TN 37821, USA
Phone: (423) 623-8550
';var m_346c7b856f06d54b12740abb04492180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Convenience',});m_346c7b856f06d54b12740abb04492180['infowindow'] = new google.maps.InfoWindow({content: $l346c7b856f06d54b12740abb04492180});var infowindow = new google.maps.InfoWindow({content: $l346c7b856f06d54b12740abb04492180});google.maps.event.addListener(m_346c7b856f06d54b12740abb04492180, 'click', function() {infowindow.open(map,m_346c7b856f06d54b12740abb04492180);});$marker.push(m_346c7b856f06d54b12740abb04492180);}});}google.maps.event.addDomListener(window, 'load', initialize);