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.267,-89.2299)};var g_e7349182e7fd37666d520a499bcb3762 = new google.maps.Geocoder();g_e7349182e7fd37666d520a499bcb3762.geocode( { 'address': "196 US-51, Bardwell, KY 42023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bardwell-KY-jackson-purchase-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('bardwell-KY-jackson-purchase-ag-credit'), mapOptions);}document.getElementById('bfd527be').innerHTML += ' | View Map';var $le7349182e7fd37666d520a499bcb3762 = '

Jackson Purchase AG Credit

Address: 196 US-51, Bardwell, KY 42023, USA
Phone: (270) 628-5418
';var m_e7349182e7fd37666d520a499bcb3762 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jackson Purchase AG Credit',});m_e7349182e7fd37666d520a499bcb3762['infowindow'] = new google.maps.InfoWindow({content: $le7349182e7fd37666d520a499bcb3762});var infowindow = new google.maps.InfoWindow({content: $le7349182e7fd37666d520a499bcb3762});google.maps.event.addListener(m_e7349182e7fd37666d520a499bcb3762, 'click', function() {infowindow.open(map,m_e7349182e7fd37666d520a499bcb3762);});$marker.push(m_e7349182e7fd37666d520a499bcb3762);}});}google.maps.event.addDomListener(window, 'load', initialize);