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.1924,-86.1044)};var g_c94918bfc68f6bf9d3a7aa8d22ff0d22 = new google.maps.Geocoder();g_c94918bfc68f6bf9d3a7aa8d22ff0d22.geocode( { 'address': "820 Dinah Shore Blvd, Winchester, TN 37398, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winchester-TN-b--b-tobacco-express').style.display = '';map = new google.maps.Map(document.getElementById('winchester-TN-b--b-tobacco-express'), mapOptions);}document.getElementById('c9c20258').innerHTML += ' | View Map';var $lc94918bfc68f6bf9d3a7aa8d22ff0d22 = '

B & B Tobacco Express

Address: 820 Dinah Shore Blvd, Winchester, TN 37398, USA
Phone: (931) 967-4800
';var m_c94918bfc68f6bf9d3a7aa8d22ff0d22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B & B Tobacco Express',});m_c94918bfc68f6bf9d3a7aa8d22ff0d22['infowindow'] = new google.maps.InfoWindow({content: $lc94918bfc68f6bf9d3a7aa8d22ff0d22});var infowindow = new google.maps.InfoWindow({content: $lc94918bfc68f6bf9d3a7aa8d22ff0d22});google.maps.event.addListener(m_c94918bfc68f6bf9d3a7aa8d22ff0d22, 'click', function() {infowindow.open(map,m_c94918bfc68f6bf9d3a7aa8d22ff0d22);});$marker.push(m_c94918bfc68f6bf9d3a7aa8d22ff0d22);}});}google.maps.event.addDomListener(window, 'load', initialize);