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.9876,-84.211)};var g_079aa2fbb8584ead20bced739ab19f17 = new google.maps.Geocoder();g_079aa2fbb8584ead20bced739ab19f17.geocode( { 'address': "1859 Bypass Rd, Winchester, KY 40391, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winchester-KY-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('winchester-KY-woodforest-bank'), mapOptions);}document.getElementById('bf742909').innerHTML += ' | View Map';var $l079aa2fbb8584ead20bced739ab19f17 = '

Woodforest Bank

Address: 1859 Bypass Rd, Winchester, KY 40391, USA
Phone: (859) 744-1385
';var m_079aa2fbb8584ead20bced739ab19f17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_079aa2fbb8584ead20bced739ab19f17['infowindow'] = new google.maps.InfoWindow({content: $l079aa2fbb8584ead20bced739ab19f17});var infowindow = new google.maps.InfoWindow({content: $l079aa2fbb8584ead20bced739ab19f17});google.maps.event.addListener(m_079aa2fbb8584ead20bced739ab19f17, 'click', function() {infowindow.open(map,m_079aa2fbb8584ead20bced739ab19f17);});$marker.push(m_079aa2fbb8584ead20bced739ab19f17);}});}google.maps.event.addDomListener(window, 'load', initialize);