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.901,-82.5691)};var g_760362f425a658b18c34904d211e74ee = new google.maps.Geocoder();g_760362f425a658b18c34904d211e74ee.geocode( { 'address': "116 Jackson St, Oak Hill, OH 45656, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-hill-OH-milton-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('oak-hill-OH-milton-banking-co'), mapOptions);}document.getElementById('75827606').innerHTML += ' | View Map';var $l760362f425a658b18c34904d211e74ee = '

Milton Banking Co

Address: 116 Jackson St, Oak Hill, OH 45656, USA
Phone: (740) 682-8800
';var m_760362f425a658b18c34904d211e74ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milton Banking Co',});m_760362f425a658b18c34904d211e74ee['infowindow'] = new google.maps.InfoWindow({content: $l760362f425a658b18c34904d211e74ee});var infowindow = new google.maps.InfoWindow({content: $l760362f425a658b18c34904d211e74ee});google.maps.event.addListener(m_760362f425a658b18c34904d211e74ee, 'click', function() {infowindow.open(map,m_760362f425a658b18c34904d211e74ee);});$marker.push(m_760362f425a658b18c34904d211e74ee);}});}google.maps.event.addDomListener(window, 'load', initialize);