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.1575,-84.2745)};var g_2adccb7d8f9e85dfbf1d53f00e96d522 = new google.maps.Geocoder();g_2adccb7d8f9e85dfbf1d53f00e96d522.geocode( { 'address': "553 Chamber Dr, Milford, OH 45150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-OH-new-richmond-bancorporation').style.display = '';map = new google.maps.Map(document.getElementById('milford-OH-new-richmond-bancorporation'), mapOptions);}document.getElementById('eaa65fa3').innerHTML += ' | View Map';var $l2adccb7d8f9e85dfbf1d53f00e96d522 = '

New Richmond Bancorporation

Address: 553 Chamber Dr, Milford, OH 45150, USA
Phone: (513) 553-6700
';var m_2adccb7d8f9e85dfbf1d53f00e96d522 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Richmond Bancorporation',});m_2adccb7d8f9e85dfbf1d53f00e96d522['infowindow'] = new google.maps.InfoWindow({content: $l2adccb7d8f9e85dfbf1d53f00e96d522});var infowindow = new google.maps.InfoWindow({content: $l2adccb7d8f9e85dfbf1d53f00e96d522});google.maps.event.addListener(m_2adccb7d8f9e85dfbf1d53f00e96d522, 'click', function() {infowindow.open(map,m_2adccb7d8f9e85dfbf1d53f00e96d522);});$marker.push(m_2adccb7d8f9e85dfbf1d53f00e96d522);}});}google.maps.event.addDomListener(window, 'load', initialize);