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.3373,-82.0714)};var g_a43412b3591a876d805e6d341e6512e9 = new google.maps.Geocoder();g_a43412b3591a876d805e6d341e6512e9.geocode( { 'address': "898 E State St, Athens, OH 45701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-OH-century-national-bank-athens-office').style.display = '';map = new google.maps.Map(document.getElementById('athens-OH-century-national-bank-athens-office'), mapOptions);}document.getElementById('3bdb45fe').innerHTML += ' | View Map';var $la43412b3591a876d805e6d341e6512e9 = '

Century National Bank: Athens Office

Address: 898 E State St, Athens, OH 45701, USA
Phone: (740) 593-7756
';var m_a43412b3591a876d805e6d341e6512e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century National Bank: Athens Office',});m_a43412b3591a876d805e6d341e6512e9['infowindow'] = new google.maps.InfoWindow({content: $la43412b3591a876d805e6d341e6512e9});var infowindow = new google.maps.InfoWindow({content: $la43412b3591a876d805e6d341e6512e9});google.maps.event.addListener(m_a43412b3591a876d805e6d341e6512e9, 'click', function() {infowindow.open(map,m_a43412b3591a876d805e6d341e6512e9);});$marker.push(m_a43412b3591a876d805e6d341e6512e9);}});}google.maps.event.addDomListener(window, 'load', initialize);