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.7152,-82.2085)};var g_cb1791d9672d69b321c67b55d0aa3db4 = new google.maps.Geocoder();g_cb1791d9672d69b321c67b55d0aa3db4.geocode( { 'address': "206 N Main St, New Lexington, OH 43764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-lexington-OH-century-national-bank---new-lexington-office').style.display = '';map = new google.maps.Map(document.getElementById('new-lexington-OH-century-national-bank---new-lexington-office'), mapOptions);}document.getElementById('81ab90ab').innerHTML += ' | View Map';var $lcb1791d9672d69b321c67b55d0aa3db4 = '

Century National Bank - New Lexington Office

Address: 206 N Main St, New Lexington, OH 43764, USA
Phone: (740) 342-4103
';var m_cb1791d9672d69b321c67b55d0aa3db4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century National Bank - New Lexington Office',});m_cb1791d9672d69b321c67b55d0aa3db4['infowindow'] = new google.maps.InfoWindow({content: $lcb1791d9672d69b321c67b55d0aa3db4});var infowindow = new google.maps.InfoWindow({content: $lcb1791d9672d69b321c67b55d0aa3db4});google.maps.event.addListener(m_cb1791d9672d69b321c67b55d0aa3db4, 'click', function() {infowindow.open(map,m_cb1791d9672d69b321c67b55d0aa3db4);});$marker.push(m_cb1791d9672d69b321c67b55d0aa3db4);}});}google.maps.event.addDomListener(window, 'load', initialize);