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.5492,-81.631)};var g_5bd66285f6b70f0ca80ddad81946673f = new google.maps.Geocoder();g_5bd66285f6b70f0ca80ddad81946673f.geocode( { 'address': "501 5th St, Beverly, OH 45715, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-OH-muskingum-valley-bancshares').style.display = '';map = new google.maps.Map(document.getElementById('beverly-OH-muskingum-valley-bancshares'), mapOptions);}document.getElementById('baee0611').innerHTML += ' | View Map';var $l5bd66285f6b70f0ca80ddad81946673f = '

Muskingum Valley Bancshares

Address: 501 5th St, Beverly, OH 45715, USA
Phone: (740) 984-2381
';var m_5bd66285f6b70f0ca80ddad81946673f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Muskingum Valley Bancshares',});m_5bd66285f6b70f0ca80ddad81946673f['infowindow'] = new google.maps.InfoWindow({content: $l5bd66285f6b70f0ca80ddad81946673f});var infowindow = new google.maps.InfoWindow({content: $l5bd66285f6b70f0ca80ddad81946673f});google.maps.event.addListener(m_5bd66285f6b70f0ca80ddad81946673f, 'click', function() {infowindow.open(map,m_5bd66285f6b70f0ca80ddad81946673f);});$marker.push(m_5bd66285f6b70f0ca80ddad81946673f);}});}google.maps.event.addDomListener(window, 'load', initialize);