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.1102,-84.0782)};var g_34e157766f31db3d2099831d348a7933 = new google.maps.Geocoder();g_34e157766f31db3d2099831d348a7933.geocode( { 'address': "501 W 5th St, London, KY 40741"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-home-town-bank').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-home-town-bank'), mapOptions);}document.getElementById('5bae40f2').innerHTML += ' | View Map';var $l34e157766f31db3d2099831d348a7933 = '

Home Town Bank

Address: 501 W 5th St, London, KY 40741
Phone: (606) 864-4663
';var m_34e157766f31db3d2099831d348a7933 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Town Bank',});m_34e157766f31db3d2099831d348a7933['infowindow'] = new google.maps.InfoWindow({content: $l34e157766f31db3d2099831d348a7933});var infowindow = new google.maps.InfoWindow({content: $l34e157766f31db3d2099831d348a7933});google.maps.event.addListener(m_34e157766f31db3d2099831d348a7933, 'click', function() {infowindow.open(map,m_34e157766f31db3d2099831d348a7933);});$marker.push(m_34e157766f31db3d2099831d348a7933);}});}google.maps.event.addDomListener(window, 'load', initialize);