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.2692,-81.8699)};var g_6726f851d9de8f7d76c143b1e025a9b6 = new google.maps.Geocoder();g_6726f851d9de8f7d76c143b1e025a9b6.geocode( { 'address': "100 Downtowner Plaza, Coshocton, OH 43812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coshocton-OH-century-national-bank-coshocton-office').style.display = '';map = new google.maps.Map(document.getElementById('coshocton-OH-century-national-bank-coshocton-office'), mapOptions);}document.getElementById('177e5158').innerHTML += ' | View Map';var $l6726f851d9de8f7d76c143b1e025a9b6 = '

Century National Bank: Coshocton Office

Address: 100 Downtowner Plaza, Coshocton, OH 43812, USA
Phone: (740) 623-0114
';var m_6726f851d9de8f7d76c143b1e025a9b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century National Bank: Coshocton Office',});m_6726f851d9de8f7d76c143b1e025a9b6['infowindow'] = new google.maps.InfoWindow({content: $l6726f851d9de8f7d76c143b1e025a9b6});var infowindow = new google.maps.InfoWindow({content: $l6726f851d9de8f7d76c143b1e025a9b6});google.maps.event.addListener(m_6726f851d9de8f7d76c143b1e025a9b6, 'click', function() {infowindow.open(map,m_6726f851d9de8f7d76c143b1e025a9b6);});$marker.push(m_6726f851d9de8f7d76c143b1e025a9b6);}});}google.maps.event.addDomListener(window, 'load', initialize);