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.8082,-82.2067)};var g_c029233fc2a95cc633dab43c33982630 = new google.maps.Geocoder();g_c029233fc2a95cc633dab43c33982630.geocode( { 'address': "349 3rd Ave, Gallipolis, OH 45631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallipolis-OH-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('gallipolis-OH-peoples-bank'), mapOptions);}document.getElementById('1de5a270').innerHTML += ' | View Map';var $lc029233fc2a95cc633dab43c33982630 = '

Peoples Bank

Address: 349 3rd Ave, Gallipolis, OH 45631, USA
Phone: (740) 446-0902
';var m_c029233fc2a95cc633dab43c33982630 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_c029233fc2a95cc633dab43c33982630['infowindow'] = new google.maps.InfoWindow({content: $lc029233fc2a95cc633dab43c33982630});var infowindow = new google.maps.InfoWindow({content: $lc029233fc2a95cc633dab43c33982630});google.maps.event.addListener(m_c029233fc2a95cc633dab43c33982630, 'click', function() {infowindow.open(map,m_c029233fc2a95cc633dab43c33982630);});$marker.push(m_c029233fc2a95cc633dab43c33982630);}});}google.maps.event.addDomListener(window, 'load', initialize);