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.7656,-81.5229)};var g_111aac6c8a6e6d322e8c3fa9efecdf08 = new google.maps.Geocoder();g_111aac6c8a6e6d322e8c3fa9efecdf08.geocode( { 'address': "1 Massillon Marketplace Dr SW, Massillon, OH 44646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('massillon-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('massillon-OH-woodforest-national-bank'), mapOptions);}document.getElementById('ffb012cc').innerHTML += ' | View Map';var $l111aac6c8a6e6d322e8c3fa9efecdf08 = '

Woodforest National Bank

Address: 1 Massillon Marketplace Dr SW, Massillon, OH 44646, USA
Phone: (330) 833-7940
';var m_111aac6c8a6e6d322e8c3fa9efecdf08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_111aac6c8a6e6d322e8c3fa9efecdf08['infowindow'] = new google.maps.InfoWindow({content: $l111aac6c8a6e6d322e8c3fa9efecdf08});var infowindow = new google.maps.InfoWindow({content: $l111aac6c8a6e6d322e8c3fa9efecdf08});google.maps.event.addListener(m_111aac6c8a6e6d322e8c3fa9efecdf08, 'click', function() {infowindow.open(map,m_111aac6c8a6e6d322e8c3fa9efecdf08);});$marker.push(m_111aac6c8a6e6d322e8c3fa9efecdf08);}});}google.maps.event.addDomListener(window, 'load', initialize);