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.8097,-82.2055)};var g_a6c2ee48f24651f92c699a7dff744971 = new google.maps.Geocoder();g_a6c2ee48f24651f92c699a7dff744971.geocode( { 'address': "420 3rd Ave, Gallipolis, OH 45631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallipolis-OH-the-ohio-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('gallipolis-OH-the-ohio-valley-bank'), mapOptions);}document.getElementById('d6d599ca').innerHTML += ' | View Map';var $la6c2ee48f24651f92c699a7dff744971 = '

The Ohio Valley Bank

Address: 420 3rd Ave, Gallipolis, OH 45631, USA
Phone: (800) 468-6682
';var m_a6c2ee48f24651f92c699a7dff744971 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Ohio Valley Bank',});m_a6c2ee48f24651f92c699a7dff744971['infowindow'] = new google.maps.InfoWindow({content: $la6c2ee48f24651f92c699a7dff744971});var infowindow = new google.maps.InfoWindow({content: $la6c2ee48f24651f92c699a7dff744971});google.maps.event.addListener(m_a6c2ee48f24651f92c699a7dff744971, 'click', function() {infowindow.open(map,m_a6c2ee48f24651f92c699a7dff744971);});$marker.push(m_a6c2ee48f24651f92c699a7dff744971);}});}google.maps.event.addDomListener(window, 'load', initialize);