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(38.0408,-83.9346)};var g_b3b34ad981273adad88546e295a0ff21 = new google.maps.Geocoder();g_b3b34ad981273adad88546e295a0ff21.geocode( { 'address': "1104 Camargo Rd, Mt Sterling, KY 40353, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-sterling-KY-gasoline-alley').style.display = '';map = new google.maps.Map(document.getElementById('mount-sterling-KY-gasoline-alley'), mapOptions);}document.getElementById('bdcea54d').innerHTML += ' | View Map';var $lb3b34ad981273adad88546e295a0ff21 = '

Gasoline Alley

Address: 1104 Camargo Rd, Mt Sterling, KY 40353, USA
Phone: (859) 499-0311
';var m_b3b34ad981273adad88546e295a0ff21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gasoline Alley',});m_b3b34ad981273adad88546e295a0ff21['infowindow'] = new google.maps.InfoWindow({content: $lb3b34ad981273adad88546e295a0ff21});var infowindow = new google.maps.InfoWindow({content: $lb3b34ad981273adad88546e295a0ff21});google.maps.event.addListener(m_b3b34ad981273adad88546e295a0ff21, 'click', function() {infowindow.open(map,m_b3b34ad981273adad88546e295a0ff21);});$marker.push(m_b3b34ad981273adad88546e295a0ff21);}});}google.maps.event.addDomListener(window, 'load', initialize);