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.2742,-80.772)};var g_b3ca5bfb37deb4498f6528c04cab9be0 = new google.maps.Geocoder();g_b3ca5bfb37deb4498f6528c04cab9be0.geocode( { 'address': "2016 Millennium Blvd, Cortland, OH 44410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortland-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cortland-OH-woodforest-national-bank'), mapOptions);}document.getElementById('57589a75').innerHTML += ' | View Map';var $lb3ca5bfb37deb4498f6528c04cab9be0 = '

Woodforest National Bank

Address: 2016 Millennium Blvd, Cortland, OH 44410, USA
Phone: (330) 372-3564
';var m_b3ca5bfb37deb4498f6528c04cab9be0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_b3ca5bfb37deb4498f6528c04cab9be0['infowindow'] = new google.maps.InfoWindow({content: $lb3ca5bfb37deb4498f6528c04cab9be0});var infowindow = new google.maps.InfoWindow({content: $lb3ca5bfb37deb4498f6528c04cab9be0});google.maps.event.addListener(m_b3ca5bfb37deb4498f6528c04cab9be0, 'click', function() {infowindow.open(map,m_b3ca5bfb37deb4498f6528c04cab9be0);});$marker.push(m_b3ca5bfb37deb4498f6528c04cab9be0);}});}google.maps.event.addDomListener(window, 'load', initialize);