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(37.8586,-82.4965)};var g_83d557cfdff611ec6053cb4c02b55485 = new google.maps.Geocoder();g_83d557cfdff611ec6053cb4c02b55485.geocode( { 'address': "Little Blacklog Rd, Inez, KY 41224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('inez-KY-a--t-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('inez-KY-a--t-auto-sales'), mapOptions);}document.getElementById('f71ec2bd').innerHTML += ' | View Map';var $l83d557cfdff611ec6053cb4c02b55485 = '

A & T Auto Sales

Address: Little Blacklog Rd, Inez, KY 41224, USA
Phone: (606) 298-7034
';var m_83d557cfdff611ec6053cb4c02b55485 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A & T Auto Sales',});m_83d557cfdff611ec6053cb4c02b55485['infowindow'] = new google.maps.InfoWindow({content: $l83d557cfdff611ec6053cb4c02b55485});var infowindow = new google.maps.InfoWindow({content: $l83d557cfdff611ec6053cb4c02b55485});google.maps.event.addListener(m_83d557cfdff611ec6053cb4c02b55485, 'click', function() {infowindow.open(map,m_83d557cfdff611ec6053cb4c02b55485);});$marker.push(m_83d557cfdff611ec6053cb4c02b55485);}});}google.maps.event.addDomListener(window, 'load', initialize);