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.3188,-83.9722)};var g_46ae35d4c7f3be9176eb6e64887b3584 = new google.maps.Geocoder();g_46ae35d4c7f3be9176eb6e64887b3584.geocode( { 'address': "4455 KY-3630, Annville, KY 40402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('annville-KY-jackson-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('annville-KY-jackson-county-bank'), mapOptions);}document.getElementById('2e1b22f3').innerHTML += ' | View Map';var $l46ae35d4c7f3be9176eb6e64887b3584 = '

Jackson County Bank

Address: 4455 KY-3630, Annville, KY 40402, USA
Phone: (606) 364-5121
';var m_46ae35d4c7f3be9176eb6e64887b3584 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jackson County Bank',});m_46ae35d4c7f3be9176eb6e64887b3584['infowindow'] = new google.maps.InfoWindow({content: $l46ae35d4c7f3be9176eb6e64887b3584});var infowindow = new google.maps.InfoWindow({content: $l46ae35d4c7f3be9176eb6e64887b3584});google.maps.event.addListener(m_46ae35d4c7f3be9176eb6e64887b3584, 'click', function() {infowindow.open(map,m_46ae35d4c7f3be9176eb6e64887b3584);});$marker.push(m_46ae35d4c7f3be9176eb6e64887b3584);}});}google.maps.event.addDomListener(window, 'load', initialize);