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.7446,-84.5292)};var g_f6d49f4d032763d60265b1aa50cf537e = new google.maps.Geocoder();g_f6d49f4d032763d60265b1aa50cf537e.geocode( { 'address': "55 E Dayton St, West Alexandria, OH 45381, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-alexandria-OH-lcnb-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-alexandria-OH-lcnb-national-bank'), mapOptions);}document.getElementById('8407e907').innerHTML += ' | View Map';var $lf6d49f4d032763d60265b1aa50cf537e = '

LCNB National Bank

Address: 55 E Dayton St, West Alexandria, OH 45381, USA
Phone: (800) 344-2265
';var m_f6d49f4d032763d60265b1aa50cf537e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LCNB National Bank',});m_f6d49f4d032763d60265b1aa50cf537e['infowindow'] = new google.maps.InfoWindow({content: $lf6d49f4d032763d60265b1aa50cf537e});var infowindow = new google.maps.InfoWindow({content: $lf6d49f4d032763d60265b1aa50cf537e});google.maps.event.addListener(m_f6d49f4d032763d60265b1aa50cf537e, 'click', function() {infowindow.open(map,m_f6d49f4d032763d60265b1aa50cf537e);});$marker.push(m_f6d49f4d032763d60265b1aa50cf537e);}});}google.maps.event.addDomListener(window, 'load', initialize);