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.3098,-81.5192)};var g_bff886bf82b0832959345270ad54024f = new google.maps.Geocoder();g_bff886bf82b0832959345270ad54024f.geocode( { 'address': "8160 Macedonia Commons Blvd, Macedonia, OH 44056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macedonia-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('macedonia-OH-woodforest-national-bank'), mapOptions);}document.getElementById('41c371a0').innerHTML += ' | View Map';var $lbff886bf82b0832959345270ad54024f = '

Woodforest National Bank

Address: 8160 Macedonia Commons Blvd, Macedonia, OH 44056, USA
Phone: (330) 468-1010
';var m_bff886bf82b0832959345270ad54024f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_bff886bf82b0832959345270ad54024f['infowindow'] = new google.maps.InfoWindow({content: $lbff886bf82b0832959345270ad54024f});var infowindow = new google.maps.InfoWindow({content: $lbff886bf82b0832959345270ad54024f});google.maps.event.addListener(m_bff886bf82b0832959345270ad54024f, 'click', function() {infowindow.open(map,m_bff886bf82b0832959345270ad54024f);});$marker.push(m_bff886bf82b0832959345270ad54024f);}});}google.maps.event.addDomListener(window, 'load', initialize);