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(38.378,-84.306)};var g_f433275a8686789f87d19b8630d84ad1 = new google.maps.Geocoder();g_f433275a8686789f87d19b8630d84ad1.geocode( { 'address': "805 US-27, Cynthiana, KY 41031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cynthiana-KY-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cynthiana-KY-woodforest-national-bank'), mapOptions);}document.getElementById('4fe73677').innerHTML += ' | View Map';var $lf433275a8686789f87d19b8630d84ad1 = '

Woodforest National Bank

Address: 805 US-27, Cynthiana, KY 41031, USA
Phone: (859) 234-2470
';var m_f433275a8686789f87d19b8630d84ad1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_f433275a8686789f87d19b8630d84ad1['infowindow'] = new google.maps.InfoWindow({content: $lf433275a8686789f87d19b8630d84ad1});var infowindow = new google.maps.InfoWindow({content: $lf433275a8686789f87d19b8630d84ad1});google.maps.event.addListener(m_f433275a8686789f87d19b8630d84ad1, 'click', function() {infowindow.open(map,m_f433275a8686789f87d19b8630d84ad1);});$marker.push(m_f433275a8686789f87d19b8630d84ad1);}});}google.maps.event.addDomListener(window, 'load', initialize);