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.9446,-83.41)};var g_194af34f5d512623c1e69c72b1156652 = new google.maps.Geocoder();g_194af34f5d512623c1e69c72b1156652.geocode( { 'address': "95 S Main St, Peebles, OH 45660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peebles-OH-adams-county-building--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('peebles-OH-adams-county-building--loan-co'), mapOptions);}document.getElementById('da83c603').innerHTML += ' | View Map';var $l194af34f5d512623c1e69c72b1156652 = '

Adams County Building & Loan Co

Address: 95 S Main St, Peebles, OH 45660, USA
Phone: (937) 587-3594
';var m_194af34f5d512623c1e69c72b1156652 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adams County Building & Loan Co',});m_194af34f5d512623c1e69c72b1156652['infowindow'] = new google.maps.InfoWindow({content: $l194af34f5d512623c1e69c72b1156652});var infowindow = new google.maps.InfoWindow({content: $l194af34f5d512623c1e69c72b1156652});google.maps.event.addListener(m_194af34f5d512623c1e69c72b1156652, 'click', function() {infowindow.open(map,m_194af34f5d512623c1e69c72b1156652);});$marker.push(m_194af34f5d512623c1e69c72b1156652);}});}google.maps.event.addDomListener(window, 'load', initialize);