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.9907,-81.1578)};var g_59dd2de965dc059ca01c5c1e4b13b637 = new google.maps.Geocoder();g_59dd2de965dc059ca01c5c1e4b13b637.geocode( { 'address': "915 E Main St, Barnesville, OH 43713, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barnesville-OH-belmont-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('barnesville-OH-belmont-savings-bank'), mapOptions);}document.getElementById('0745d9b7').innerHTML += ' | View Map';var $l59dd2de965dc059ca01c5c1e4b13b637 = '

Belmont Savings Bank

Address: 915 E Main St, Barnesville, OH 43713, USA
Phone: (740) 425-1901
';var m_59dd2de965dc059ca01c5c1e4b13b637 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Belmont Savings Bank',});m_59dd2de965dc059ca01c5c1e4b13b637['infowindow'] = new google.maps.InfoWindow({content: $l59dd2de965dc059ca01c5c1e4b13b637});var infowindow = new google.maps.InfoWindow({content: $l59dd2de965dc059ca01c5c1e4b13b637});google.maps.event.addListener(m_59dd2de965dc059ca01c5c1e4b13b637, 'click', function() {infowindow.open(map,m_59dd2de965dc059ca01c5c1e4b13b637);});$marker.push(m_59dd2de965dc059ca01c5c1e4b13b637);}});}google.maps.event.addDomListener(window, 'load', initialize);