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(38.8387,-84.0969)};var g_7d7019cdaf2a121e216eb07bb2053128 = new google.maps.Geocoder();g_7d7019cdaf2a121e216eb07bb2053128.geocode( { 'address': "415 N Market St, Felicity, OH 45120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('felicity-OH-river-hills-bank').style.display = '';map = new google.maps.Map(document.getElementById('felicity-OH-river-hills-bank'), mapOptions);}document.getElementById('bca95b2d').innerHTML += ' | View Map';var $l7d7019cdaf2a121e216eb07bb2053128 = '

River Hills Bank

Address: 415 N Market St, Felicity, OH 45120, USA
Phone: (513) 876-2581
';var m_7d7019cdaf2a121e216eb07bb2053128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Hills Bank',});m_7d7019cdaf2a121e216eb07bb2053128['infowindow'] = new google.maps.InfoWindow({content: $l7d7019cdaf2a121e216eb07bb2053128});var infowindow = new google.maps.InfoWindow({content: $l7d7019cdaf2a121e216eb07bb2053128});google.maps.event.addListener(m_7d7019cdaf2a121e216eb07bb2053128, 'click', function() {infowindow.open(map,m_7d7019cdaf2a121e216eb07bb2053128);});$marker.push(m_7d7019cdaf2a121e216eb07bb2053128);}});}google.maps.event.addDomListener(window, 'load', initialize);