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.272,-81.6045)};var g_afc4afd3f80d2a892039c0dc705d55e1 = new google.maps.Geocoder();g_afc4afd3f80d2a892039c0dc705d55e1.geocode( { 'address': "220 E State St, Newcomerstown, OH 43832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newcomerstown-OH-century-national-bank-newcomerstown-office').style.display = '';map = new google.maps.Map(document.getElementById('newcomerstown-OH-century-national-bank-newcomerstown-office'), mapOptions);}document.getElementById('68d08038').innerHTML += ' | View Map';var $lafc4afd3f80d2a892039c0dc705d55e1 = '

Century National Bank: Newcomerstown Office

Address: 220 E State St, Newcomerstown, OH 43832, USA
Phone: (740) 498-4103
';var m_afc4afd3f80d2a892039c0dc705d55e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century National Bank: Newcomerstown Office',});m_afc4afd3f80d2a892039c0dc705d55e1['infowindow'] = new google.maps.InfoWindow({content: $lafc4afd3f80d2a892039c0dc705d55e1});var infowindow = new google.maps.InfoWindow({content: $lafc4afd3f80d2a892039c0dc705d55e1});google.maps.event.addListener(m_afc4afd3f80d2a892039c0dc705d55e1, 'click', function() {infowindow.open(map,m_afc4afd3f80d2a892039c0dc705d55e1);});$marker.push(m_afc4afd3f80d2a892039c0dc705d55e1);}});}google.maps.event.addDomListener(window, 'load', initialize);