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.2031,-82.8166)};var g_527933522b497476e57d39d7c6c47ba4 = new google.maps.Geocoder();g_527933522b497476e57d39d7c6c47ba4.geocode( { 'address': "206 Church St, Richmond Dale, OH 45673-9727"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-dale-OH-ross-county-banking-center-richmond-dale').style.display = '';map = new google.maps.Map(document.getElementById('richmond-dale-OH-ross-county-banking-center-richmond-dale'), mapOptions);}document.getElementById('dd23394b').innerHTML += ' | View Map';var $l527933522b497476e57d39d7c6c47ba4 = '

Ross County Banking Center - Richmond Dale

Address: 206 Church St, Richmond Dale, OH 45673-9727
Phone: (740) 884-4445
';var m_527933522b497476e57d39d7c6c47ba4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ross County Banking Center - Richmond Dale',});m_527933522b497476e57d39d7c6c47ba4['infowindow'] = new google.maps.InfoWindow({content: $l527933522b497476e57d39d7c6c47ba4});var infowindow = new google.maps.InfoWindow({content: $l527933522b497476e57d39d7c6c47ba4});google.maps.event.addListener(m_527933522b497476e57d39d7c6c47ba4, 'click', function() {infowindow.open(map,m_527933522b497476e57d39d7c6c47ba4);});$marker.push(m_527933522b497476e57d39d7c6c47ba4);}});}google.maps.event.addDomListener(window, 'load', initialize);