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.161,-84.8962)};var g_6acb084470c0a8bdf431d5427d1f29bc = new google.maps.Geocoder();g_6acb084470c0a8bdf431d5427d1f29bc.geocode( { 'address': "315 Leonardwood Dr #4, Frankfort, KY 40601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frankfort-KY-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('frankfort-KY-check-n-go'), mapOptions);}document.getElementById('bf08cafd').innerHTML += ' | View Map';var $l6acb084470c0a8bdf431d5427d1f29bc = '

Check 'n Go

Address: 315 Leonardwood Dr #4, Frankfort, KY 40601, USA
Phone: (502) 226-4444
';var m_6acb084470c0a8bdf431d5427d1f29bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_6acb084470c0a8bdf431d5427d1f29bc['infowindow'] = new google.maps.InfoWindow({content: $l6acb084470c0a8bdf431d5427d1f29bc});var infowindow = new google.maps.InfoWindow({content: $l6acb084470c0a8bdf431d5427d1f29bc});google.maps.event.addListener(m_6acb084470c0a8bdf431d5427d1f29bc, 'click', function() {infowindow.open(map,m_6acb084470c0a8bdf431d5427d1f29bc);});$marker.push(m_6acb084470c0a8bdf431d5427d1f29bc);}});}google.maps.event.addDomListener(window, 'load', initialize);