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.7478,-87.1788)};var g_bc1c60cf6a087b5651fad5a765a75cda = new google.maps.Geocoder();g_bc1c60cf6a087b5651fad5a765a75cda.geocode( { 'address': "3151 State Route 54, Owensboro, KY 42303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owensboro-KY-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('owensboro-KY-woodforest-national-bank'), mapOptions);}document.getElementById('b191aed2').innerHTML += ' | View Map';var $lbc1c60cf6a087b5651fad5a765a75cda = '

Woodforest National Bank

Address: 3151 State Route 54, Owensboro, KY 42303
Phone: (270) 688-0484
';var m_bc1c60cf6a087b5651fad5a765a75cda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_bc1c60cf6a087b5651fad5a765a75cda['infowindow'] = new google.maps.InfoWindow({content: $lbc1c60cf6a087b5651fad5a765a75cda});var infowindow = new google.maps.InfoWindow({content: $lbc1c60cf6a087b5651fad5a765a75cda});google.maps.event.addListener(m_bc1c60cf6a087b5651fad5a765a75cda, 'click', function() {infowindow.open(map,m_bc1c60cf6a087b5651fad5a765a75cda);});$marker.push(m_bc1c60cf6a087b5651fad5a765a75cda);}});}google.maps.event.addDomListener(window, 'load', initialize);