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.8495,-88.0841)};var g_4c9a35445c076f84c9b564c87d4589e7 = new google.maps.Geocoder();g_4c9a35445c076f84c9b564c87d4589e7.geocode( { 'address': "15085 Hwy 641 S, Holladay, TN 38341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holladay-TN-texaco-food-mart').style.display = '';map = new google.maps.Map(document.getElementById('holladay-TN-texaco-food-mart'), mapOptions);}document.getElementById('14170fc4').innerHTML += ' | View Map';var $l4c9a35445c076f84c9b564c87d4589e7 = '

Texaco Food Mart

Address: 15085 Hwy 641 S, Holladay, TN 38341, USA
Phone: (731) 584-5381
';var m_4c9a35445c076f84c9b564c87d4589e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texaco Food Mart',});m_4c9a35445c076f84c9b564c87d4589e7['infowindow'] = new google.maps.InfoWindow({content: $l4c9a35445c076f84c9b564c87d4589e7});var infowindow = new google.maps.InfoWindow({content: $l4c9a35445c076f84c9b564c87d4589e7});google.maps.event.addListener(m_4c9a35445c076f84c9b564c87d4589e7, 'click', function() {infowindow.open(map,m_4c9a35445c076f84c9b564c87d4589e7);});$marker.push(m_4c9a35445c076f84c9b564c87d4589e7);}});}google.maps.event.addDomListener(window, 'load', initialize);