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(36.8749,-89.0088)};var g_b193a092f2d6f4063f7f230cc1de3317 = new google.maps.Geocoder();g_b193a092f2d6f4063f7f230cc1de3317.geocode( { 'address': "196 US Highway 51, Bardwell, KY 42023"}, 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('bf1d07eb').innerHTML += ' | View Map';var $lb193a092f2d6f4063f7f230cc1de3317 = '

Jackson Purchase Ag Credit

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