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.5053,-83.1531)};var g_a4343e113b443094767247d578e99716 = new google.maps.Geocoder();g_a4343e113b443094767247d578e99716.geocode( { 'address': "10820 Main St, Clarksburg, OH 43115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksburg-OH-lcnb-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarksburg-OH-lcnb-national-bank'), mapOptions);}document.getElementById('02c10282').innerHTML += ' | View Map';var $la4343e113b443094767247d578e99716 = '

LCNB National Bank

Address: 10820 Main St, Clarksburg, OH 43115, USA
Phone: (800) 344-2265
';var m_a4343e113b443094767247d578e99716 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LCNB National Bank',});m_a4343e113b443094767247d578e99716['infowindow'] = new google.maps.InfoWindow({content: $la4343e113b443094767247d578e99716});var infowindow = new google.maps.InfoWindow({content: $la4343e113b443094767247d578e99716});google.maps.event.addListener(m_a4343e113b443094767247d578e99716, 'click', function() {infowindow.open(map,m_a4343e113b443094767247d578e99716);});$marker.push(m_a4343e113b443094767247d578e99716);}});}google.maps.event.addDomListener(window, 'load', initialize);