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.807,-81.9568)};var g_80728269ecfc59feb9ed6db6058f07cf = new google.maps.Geocoder();g_80728269ecfc59feb9ed6db6058f07cf.geocode( { 'address': "2148G Eagle Pass, Wooster, OH 44691-5320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wooster-OH-first-knox-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wooster-OH-first-knox-national-bank'), mapOptions);}document.getElementById('6bd9e8d9').innerHTML += ' | View Map';var $l80728269ecfc59feb9ed6db6058f07cf = '

First-Knox National Bank

Address: 2148G Eagle Pass, Wooster, OH 44691-5320
Phone: (330) 462-7030
';var m_80728269ecfc59feb9ed6db6058f07cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First-Knox National Bank',});m_80728269ecfc59feb9ed6db6058f07cf['infowindow'] = new google.maps.InfoWindow({content: $l80728269ecfc59feb9ed6db6058f07cf});var infowindow = new google.maps.InfoWindow({content: $l80728269ecfc59feb9ed6db6058f07cf});google.maps.event.addListener(m_80728269ecfc59feb9ed6db6058f07cf, 'click', function() {infowindow.open(map,m_80728269ecfc59feb9ed6db6058f07cf);});$marker.push(m_80728269ecfc59feb9ed6db6058f07cf);}});}google.maps.event.addDomListener(window, 'load', initialize);