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.5379,-83.3887)};var g_0627b1e4656f796ae0ab4e0610b48781 = new google.maps.Geocoder();g_0627b1e4656f796ae0ab4e0610b48781.geocode( { 'address': "1126 Main St, Jackson, KY 41339-1134"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-KY-first-national-bank-of-jackson').style.display = '';map = new google.maps.Map(document.getElementById('jackson-KY-first-national-bank-of-jackson'), mapOptions);}document.getElementById('13374219').innerHTML += ' | View Map';var $l0627b1e4656f796ae0ab4e0610b48781 = '

First National Bank Of Jackson

Address: 1126 Main St, Jackson, KY 41339-1134
Phone: (606) 666-8801
';var m_0627b1e4656f796ae0ab4e0610b48781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Jackson',});m_0627b1e4656f796ae0ab4e0610b48781['infowindow'] = new google.maps.InfoWindow({content: $l0627b1e4656f796ae0ab4e0610b48781});var infowindow = new google.maps.InfoWindow({content: $l0627b1e4656f796ae0ab4e0610b48781});google.maps.event.addListener(m_0627b1e4656f796ae0ab4e0610b48781, 'click', function() {infowindow.open(map,m_0627b1e4656f796ae0ab4e0610b48781);});$marker.push(m_0627b1e4656f796ae0ab4e0610b48781);}});}google.maps.event.addDomListener(window, 'load', initialize);