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.1541,-83.7618)};var g_eb0dc66435ff6157904b804d619b34ea = new google.maps.Geocoder();g_eb0dc66435ff6157904b804d619b34ea.geocode( { 'address': "120 Town Square, Manchester, KY 40962, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-KY-first-national-bank-manchester').style.display = '';map = new google.maps.Map(document.getElementById('manchester-KY-first-national-bank-manchester'), mapOptions);}document.getElementById('a66ace0d').innerHTML += ' | View Map';var $leb0dc66435ff6157904b804d619b34ea = '

First National Bank-Manchester

Address: 120 Town Square, Manchester, KY 40962, USA
Phone: (606) 598-6111
';var m_eb0dc66435ff6157904b804d619b34ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Manchester',});m_eb0dc66435ff6157904b804d619b34ea['infowindow'] = new google.maps.InfoWindow({content: $leb0dc66435ff6157904b804d619b34ea});var infowindow = new google.maps.InfoWindow({content: $leb0dc66435ff6157904b804d619b34ea});google.maps.event.addListener(m_eb0dc66435ff6157904b804d619b34ea, 'click', function() {infowindow.open(map,m_eb0dc66435ff6157904b804d619b34ea);});$marker.push(m_eb0dc66435ff6157904b804d619b34ea);}});}google.maps.event.addDomListener(window, 'load', initialize);