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.1234,-82.0214)};var g_63c697caf5064b8a2cb91cc812cc1598 = new google.maps.Geocoder();g_63c697caf5064b8a2cb91cc812cc1598.geocode( { 'address': "91 W Dave Longaberger Ave, Dresden, OH 43821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dresden-OH-century-national-bank-dresden-office').style.display = '';map = new google.maps.Map(document.getElementById('dresden-OH-century-national-bank-dresden-office'), mapOptions);}document.getElementById('957ffb72').innerHTML += ' | View Map';var $l63c697caf5064b8a2cb91cc812cc1598 = '

Century National Bank: Dresden Office

Address: 91 W Dave Longaberger Ave, Dresden, OH 43821, USA
Phone: (740) 754-2265
';var m_63c697caf5064b8a2cb91cc812cc1598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century National Bank: Dresden Office',});m_63c697caf5064b8a2cb91cc812cc1598['infowindow'] = new google.maps.InfoWindow({content: $l63c697caf5064b8a2cb91cc812cc1598});var infowindow = new google.maps.InfoWindow({content: $l63c697caf5064b8a2cb91cc812cc1598});google.maps.event.addListener(m_63c697caf5064b8a2cb91cc812cc1598, 'click', function() {infowindow.open(map,m_63c697caf5064b8a2cb91cc812cc1598);});$marker.push(m_63c697caf5064b8a2cb91cc812cc1598);}});}google.maps.event.addDomListener(window, 'load', initialize);