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(41.8043,-81.0719)};var g_fab9134169ea5f19b043f8a3a88300a1 = new google.maps.Geocoder();g_fab9134169ea5f19b043f8a3a88300a1.geocode( { 'address': "6067 N Ridge Rd, Madison, OH 44057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-OH-woodforest-national-bank'), mapOptions);}document.getElementById('34a29625').innerHTML += ' | View Map';var $lfab9134169ea5f19b043f8a3a88300a1 = '

Woodforest National Bank

Address: 6067 N Ridge Rd, Madison, OH 44057, USA
Phone: (440) 417-1816
';var m_fab9134169ea5f19b043f8a3a88300a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_fab9134169ea5f19b043f8a3a88300a1['infowindow'] = new google.maps.InfoWindow({content: $lfab9134169ea5f19b043f8a3a88300a1});var infowindow = new google.maps.InfoWindow({content: $lfab9134169ea5f19b043f8a3a88300a1});google.maps.event.addListener(m_fab9134169ea5f19b043f8a3a88300a1, 'click', function() {infowindow.open(map,m_fab9134169ea5f19b043f8a3a88300a1);});$marker.push(m_fab9134169ea5f19b043f8a3a88300a1);}});}google.maps.event.addDomListener(window, 'load', initialize);