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.8103,-82.2058)};var g_31bad63c55f69f0fa4657d9bfa8bca21 = new google.maps.Geocoder();g_31bad63c55f69f0fa4657d9bfa8bca21.geocode( { 'address': "437 4th Ave, Gallipolis, OH 45631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallipolis-OH-atm-the-ohio-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('gallipolis-OH-atm-the-ohio-valley-bank'), mapOptions);}document.getElementById('191248b2').innerHTML += ' | View Map';var $l31bad63c55f69f0fa4657d9bfa8bca21 = '

ATM The Ohio Valley Bank

Address: 437 4th Ave, Gallipolis, OH 45631, USA
Phone: (740) 446-2631
';var m_31bad63c55f69f0fa4657d9bfa8bca21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM The Ohio Valley Bank',});m_31bad63c55f69f0fa4657d9bfa8bca21['infowindow'] = new google.maps.InfoWindow({content: $l31bad63c55f69f0fa4657d9bfa8bca21});var infowindow = new google.maps.InfoWindow({content: $l31bad63c55f69f0fa4657d9bfa8bca21});google.maps.event.addListener(m_31bad63c55f69f0fa4657d9bfa8bca21, 'click', function() {infowindow.open(map,m_31bad63c55f69f0fa4657d9bfa8bca21);});$marker.push(m_31bad63c55f69f0fa4657d9bfa8bca21);}});}google.maps.event.addDomListener(window, 'load', initialize);