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.9725,-84.1026)};var g_2eace51d8f796d04991c831a07059758 = new google.maps.Geocoder();g_2eace51d8f796d04991c831a07059758.geocode( { 'address': "60 S Stewart Rd, Corbin, KY 40701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-woodforest-bank'), mapOptions);}document.getElementById('182c8a02').innerHTML += ' | View Map';var $l2eace51d8f796d04991c831a07059758 = '

Woodforest Bank

Address: 60 S Stewart Rd, Corbin, KY 40701, USA
Phone: (606) 526-6735
';var m_2eace51d8f796d04991c831a07059758 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_2eace51d8f796d04991c831a07059758['infowindow'] = new google.maps.InfoWindow({content: $l2eace51d8f796d04991c831a07059758});var infowindow = new google.maps.InfoWindow({content: $l2eace51d8f796d04991c831a07059758});google.maps.event.addListener(m_2eace51d8f796d04991c831a07059758, 'click', function() {infowindow.open(map,m_2eace51d8f796d04991c831a07059758);});$marker.push(m_2eace51d8f796d04991c831a07059758);}});}google.maps.event.addDomListener(window, 'load', initialize);