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(40.6573,-83.5837)};var g_c7c58d016a4ab302e0f0d17f59d08a10 = new google.maps.Geocoder();g_c7c58d016a4ab302e0f0d17f59d08a10.geocode( { 'address': "1241 E Columbus St, Kenton, OH 43326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenton-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kenton-OH-woodforest-national-bank'), mapOptions);}document.getElementById('ead4b3a9').innerHTML += ' | View Map';var $lc7c58d016a4ab302e0f0d17f59d08a10 = '

Woodforest National Bank

Address: 1241 E Columbus St, Kenton, OH 43326, USA
Phone: (419) 675-2900
';var m_c7c58d016a4ab302e0f0d17f59d08a10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_c7c58d016a4ab302e0f0d17f59d08a10['infowindow'] = new google.maps.InfoWindow({content: $lc7c58d016a4ab302e0f0d17f59d08a10});var infowindow = new google.maps.InfoWindow({content: $lc7c58d016a4ab302e0f0d17f59d08a10});google.maps.event.addListener(m_c7c58d016a4ab302e0f0d17f59d08a10, 'click', function() {infowindow.open(map,m_c7c58d016a4ab302e0f0d17f59d08a10);});$marker.push(m_c7c58d016a4ab302e0f0d17f59d08a10);}});}google.maps.event.addDomListener(window, 'load', initialize);