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.8826,-82.3808)};var g_fd7a095a37333f49fb851671e15f7a6f = new google.maps.Geocoder();g_fd7a095a37333f49fb851671e15f7a6f.geocode( { 'address': "201 N College Ave, Rio Grande, OH 45674"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rio-grande-OH-ohio-valley-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('rio-grande-OH-ohio-valley-bank-co'), mapOptions);}document.getElementById('3c6b89d2').innerHTML += ' | View Map';var $lfd7a095a37333f49fb851671e15f7a6f = '

Ohio Valley Bank Co

Address: 201 N College Ave, Rio Grande, OH 45674
Phone: (740) 245-5373
';var m_fd7a095a37333f49fb851671e15f7a6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Valley Bank Co',});m_fd7a095a37333f49fb851671e15f7a6f['infowindow'] = new google.maps.InfoWindow({content: $lfd7a095a37333f49fb851671e15f7a6f});var infowindow = new google.maps.InfoWindow({content: $lfd7a095a37333f49fb851671e15f7a6f});google.maps.event.addListener(m_fd7a095a37333f49fb851671e15f7a6f, 'click', function() {infowindow.open(map,m_fd7a095a37333f49fb851671e15f7a6f);});$marker.push(m_fd7a095a37333f49fb851671e15f7a6f);}});}google.maps.event.addDomListener(window, 'load', initialize);