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.7578,-84.2711)};var g_129fe3f122a123f2d69ed124459aff58 = new google.maps.Geocoder();g_129fe3f122a123f2d69ed124459aff58.geocode( { 'address': "1000 Ival James Blvd, Richmond, KY 40475, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-KY-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('richmond-KY-ag-credit'), mapOptions);}document.getElementById('4c4e6e5d').innerHTML += ' | View Map';var $l129fe3f122a123f2d69ed124459aff58 = '

Ag Credit

Address: 1000 Ival James Blvd, Richmond, KY 40475, USA
Phone: (859) 623-1624
';var m_129fe3f122a123f2d69ed124459aff58 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ag Credit',});m_129fe3f122a123f2d69ed124459aff58['infowindow'] = new google.maps.InfoWindow({content: $l129fe3f122a123f2d69ed124459aff58});var infowindow = new google.maps.InfoWindow({content: $l129fe3f122a123f2d69ed124459aff58});google.maps.event.addListener(m_129fe3f122a123f2d69ed124459aff58, 'click', function() {infowindow.open(map,m_129fe3f122a123f2d69ed124459aff58);});$marker.push(m_129fe3f122a123f2d69ed124459aff58);}});}google.maps.event.addDomListener(window, 'load', initialize);