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(39.2268,-81.8019)};var g_488aadb02b6d9b9675d1a4e1192e8906 = new google.maps.Geocoder();g_488aadb02b6d9b9675d1a4e1192e8906.geocode( { 'address': "2511 Cemetary St, Coolville, OH 45723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coolville-OH-hocking-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('coolville-OH-hocking-valley-bank'), mapOptions);}document.getElementById('347d2c5c').innerHTML += ' | View Map';var $l488aadb02b6d9b9675d1a4e1192e8906 = '

Hocking Valley Bank

Address: 2511 Cemetary St, Coolville, OH 45723
Phone: (740) 667-6000
';var m_488aadb02b6d9b9675d1a4e1192e8906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hocking Valley Bank',});m_488aadb02b6d9b9675d1a4e1192e8906['infowindow'] = new google.maps.InfoWindow({content: $l488aadb02b6d9b9675d1a4e1192e8906});var infowindow = new google.maps.InfoWindow({content: $l488aadb02b6d9b9675d1a4e1192e8906});google.maps.event.addListener(m_488aadb02b6d9b9675d1a4e1192e8906, 'click', function() {infowindow.open(map,m_488aadb02b6d9b9675d1a4e1192e8906);});$marker.push(m_488aadb02b6d9b9675d1a4e1192e8906);}});}google.maps.event.addDomListener(window, 'load', initialize);