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(39.4532,-83.8431)};var g_f536c8bd94fdd9ce73262d2e842e4a41 = new google.maps.Geocoder();g_f536c8bd94fdd9ce73262d2e842e4a41.geocode( { 'address': "2825 Progress Way, Wilmington, OH 45177"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-OH-woodforest-national-bank'), mapOptions);}document.getElementById('f161ba78').innerHTML += ' | View Map';var $lf536c8bd94fdd9ce73262d2e842e4a41 = '

Woodforest National Bank

Address: 2825 Progress Way, Wilmington, OH 45177
Phone: (937) 382-8652
';var m_f536c8bd94fdd9ce73262d2e842e4a41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_f536c8bd94fdd9ce73262d2e842e4a41['infowindow'] = new google.maps.InfoWindow({content: $lf536c8bd94fdd9ce73262d2e842e4a41});var infowindow = new google.maps.InfoWindow({content: $lf536c8bd94fdd9ce73262d2e842e4a41});google.maps.event.addListener(m_f536c8bd94fdd9ce73262d2e842e4a41, 'click', function() {infowindow.open(map,m_f536c8bd94fdd9ce73262d2e842e4a41);});$marker.push(m_f536c8bd94fdd9ce73262d2e842e4a41);}});}google.maps.event.addDomListener(window, 'load', initialize);