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(36.9095,-84.1512)};var g_b69dd9833268ac59cd5de69c5d1fb873 = new google.maps.Geocoder();g_b69dd9833268ac59cd5de69c5d1fb873.geocode( { 'address': "3779 Cumberland Falls Hwy, Corbin, KY 40701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-hometown-bank').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-hometown-bank'), mapOptions);}document.getElementById('b285f1d4').innerHTML += ' | View Map';var $lb69dd9833268ac59cd5de69c5d1fb873 = '

Hometown Bank

Address: 3779 Cumberland Falls Hwy, Corbin, KY 40701, USA
Phone: (606) 528-2000
';var m_b69dd9833268ac59cd5de69c5d1fb873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Bank',});m_b69dd9833268ac59cd5de69c5d1fb873['infowindow'] = new google.maps.InfoWindow({content: $lb69dd9833268ac59cd5de69c5d1fb873});var infowindow = new google.maps.InfoWindow({content: $lb69dd9833268ac59cd5de69c5d1fb873});google.maps.event.addListener(m_b69dd9833268ac59cd5de69c5d1fb873, 'click', function() {infowindow.open(map,m_b69dd9833268ac59cd5de69c5d1fb873);});$marker.push(m_b69dd9833268ac59cd5de69c5d1fb873);}});}google.maps.event.addDomListener(window, 'load', initialize);