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.9504,-84.283)};var g_51200d29d1fc15f5a71c1dab4bb54f7c = new google.maps.Geocoder();g_51200d29d1fc15f5a71c1dab4bb54f7c.geocode( { 'address': "110 Front St, New Richmond, OH 45157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-richmond-OH-riverhills-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-richmond-OH-riverhills-bank'), mapOptions);}document.getElementById('5eaa7aa3').innerHTML += ' | View Map';var $l51200d29d1fc15f5a71c1dab4bb54f7c = '

RiverHills Bank

Address: 110 Front St, New Richmond, OH 45157, USA
Phone: (513) 553-3101
';var m_51200d29d1fc15f5a71c1dab4bb54f7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RiverHills Bank',});m_51200d29d1fc15f5a71c1dab4bb54f7c['infowindow'] = new google.maps.InfoWindow({content: $l51200d29d1fc15f5a71c1dab4bb54f7c});var infowindow = new google.maps.InfoWindow({content: $l51200d29d1fc15f5a71c1dab4bb54f7c});google.maps.event.addListener(m_51200d29d1fc15f5a71c1dab4bb54f7c, 'click', function() {infowindow.open(map,m_51200d29d1fc15f5a71c1dab4bb54f7c);});$marker.push(m_51200d29d1fc15f5a71c1dab4bb54f7c);}});}google.maps.event.addDomListener(window, 'load', initialize);