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.1747,-84.8981)};var g_7f86abd983ba1da4d297d53219062ab6 = new google.maps.Geocoder();g_7f86abd983ba1da4d297d53219062ab6.geocode( { 'address': "1120 Old US Highway 127 Road, Frankfort, KY 40601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frankfort-KY-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('frankfort-KY-ag-credit'), mapOptions);}document.getElementById('ccb8ea4a').innerHTML += ' | View Map';var $l7f86abd983ba1da4d297d53219062ab6 = '

Ag Credit

Address: 1120 Old US Highway 127 Road, Frankfort, KY 40601, USA
Phone: (502) 875-0863
';var m_7f86abd983ba1da4d297d53219062ab6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ag Credit',});m_7f86abd983ba1da4d297d53219062ab6['infowindow'] = new google.maps.InfoWindow({content: $l7f86abd983ba1da4d297d53219062ab6});var infowindow = new google.maps.InfoWindow({content: $l7f86abd983ba1da4d297d53219062ab6});google.maps.event.addListener(m_7f86abd983ba1da4d297d53219062ab6, 'click', function() {infowindow.open(map,m_7f86abd983ba1da4d297d53219062ab6);});$marker.push(m_7f86abd983ba1da4d297d53219062ab6);}});}google.maps.event.addDomListener(window, 'load', initialize);