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(39.9397,-82.0062)};var g_2218b28d11140d2a712fd33e3842e44d = new google.maps.Geocoder();g_2218b28d11140d2a712fd33e3842e44d.geocode( { 'address': "14 S 5th St, Zanesville, OH 43701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zanesville-OH-century-national-bank-main-office').style.display = '';map = new google.maps.Map(document.getElementById('zanesville-OH-century-national-bank-main-office'), mapOptions);}document.getElementById('0c090485').innerHTML += ' | View Map';var $l2218b28d11140d2a712fd33e3842e44d = '

Century National Bank: Main Office

Address: 14 S 5th St, Zanesville, OH 43701, USA
Phone: (740) 455-7230
';var m_2218b28d11140d2a712fd33e3842e44d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century National Bank: Main Office',});m_2218b28d11140d2a712fd33e3842e44d['infowindow'] = new google.maps.InfoWindow({content: $l2218b28d11140d2a712fd33e3842e44d});var infowindow = new google.maps.InfoWindow({content: $l2218b28d11140d2a712fd33e3842e44d});google.maps.event.addListener(m_2218b28d11140d2a712fd33e3842e44d, 'click', function() {infowindow.open(map,m_2218b28d11140d2a712fd33e3842e44d);});$marker.push(m_2218b28d11140d2a712fd33e3842e44d);}});}google.maps.event.addDomListener(window, 'load', initialize);