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.5458,-81.8733)};var g_f139e0dd9143fcfb80aac845c7bfba25 = new google.maps.Geocoder();g_f139e0dd9143fcfb80aac845c7bfba25.geocode( { 'address': "225 N Clay St, Millersburg, OH 44654-1101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millersburg-OH-first-knox-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('millersburg-OH-first-knox-national-bank'), mapOptions);}document.getElementById('75202dd9').innerHTML += ' | View Map';var $lf139e0dd9143fcfb80aac845c7bfba25 = '

First-Knox National Bank

Address: 225 N Clay St, Millersburg, OH 44654-1101
Phone: (330) 674-2610
';var m_f139e0dd9143fcfb80aac845c7bfba25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First-Knox National Bank',});m_f139e0dd9143fcfb80aac845c7bfba25['infowindow'] = new google.maps.InfoWindow({content: $lf139e0dd9143fcfb80aac845c7bfba25});var infowindow = new google.maps.InfoWindow({content: $lf139e0dd9143fcfb80aac845c7bfba25});google.maps.event.addListener(m_f139e0dd9143fcfb80aac845c7bfba25, 'click', function() {infowindow.open(map,m_f139e0dd9143fcfb80aac845c7bfba25);});$marker.push(m_f139e0dd9143fcfb80aac845c7bfba25);}});}google.maps.event.addDomListener(window, 'load', initialize);