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.2182,-84.2758)};var g_ce8b0a8db47b0e3f3dcd282ccf095ffe = new google.maps.Geocoder();g_ce8b0a8db47b0e3f3dcd282ccf095ffe.geocode( { 'address': "201 Commerce Dr, Paris, KY 40361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-KY-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('paris-KY-ag-credit'), mapOptions);}document.getElementById('a41b89bc').innerHTML += ' | View Map';var $lce8b0a8db47b0e3f3dcd282ccf095ffe = '

Ag Credit

Address: 201 Commerce Dr, Paris, KY 40361, USA
Phone: (859) 987-4344
';var m_ce8b0a8db47b0e3f3dcd282ccf095ffe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ag Credit',});m_ce8b0a8db47b0e3f3dcd282ccf095ffe['infowindow'] = new google.maps.InfoWindow({content: $lce8b0a8db47b0e3f3dcd282ccf095ffe});var infowindow = new google.maps.InfoWindow({content: $lce8b0a8db47b0e3f3dcd282ccf095ffe});google.maps.event.addListener(m_ce8b0a8db47b0e3f3dcd282ccf095ffe, 'click', function() {infowindow.open(map,m_ce8b0a8db47b0e3f3dcd282ccf095ffe);});$marker.push(m_ce8b0a8db47b0e3f3dcd282ccf095ffe);}});}google.maps.event.addDomListener(window, 'load', initialize);