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.1304,-84.0856)};var g_938d83fb69a3d557a8c5b5cd993f8321 = new google.maps.Geocoder();g_938d83fb69a3d557a8c5b5cd993f8321.geocode( { 'address': "403 N Main St, London, KY 40741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-first-national-bank-manchester-london-branch').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-first-national-bank-manchester-london-branch'), mapOptions);}document.getElementById('c940cb78').innerHTML += ' | View Map';var $l938d83fb69a3d557a8c5b5cd993f8321 = '

First National Bank-Manchester London Branch

Address: 403 N Main St, London, KY 40741, USA
Phone: (606) 864-8360
';var m_938d83fb69a3d557a8c5b5cd993f8321 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Manchester London Branch',});m_938d83fb69a3d557a8c5b5cd993f8321['infowindow'] = new google.maps.InfoWindow({content: $l938d83fb69a3d557a8c5b5cd993f8321});var infowindow = new google.maps.InfoWindow({content: $l938d83fb69a3d557a8c5b5cd993f8321});google.maps.event.addListener(m_938d83fb69a3d557a8c5b5cd993f8321, 'click', function() {infowindow.open(map,m_938d83fb69a3d557a8c5b5cd993f8321);});$marker.push(m_938d83fb69a3d557a8c5b5cd993f8321);}});}google.maps.event.addDomListener(window, 'load', initialize);