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.1388,-83.7694)};var g_984b9e46c335128bb0fb81ff1135c694 = new google.maps.Geocoder();g_984b9e46c335128bb0fb81ff1135c694.geocode( { 'address': "634 Manchester 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-square-branch').style.display = '';map = new google.maps.Map(document.getElementById('manchester-KY-first-national-bank-square-branch'), mapOptions);}document.getElementById('1c31ff33').innerHTML += ' | View Map';var $l984b9e46c335128bb0fb81ff1135c694 = '

First National Bank Square Branch

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