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.5539,-83.2573)};var g_448393d449c9f1666ad827bbea18ce09 = new google.maps.Geocoder();g_448393d449c9f1666ad827bbea18ce09.geocode( { 'address': "25 N Main St, New Holland, OH 43145, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-holland-OH-milton-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('new-holland-OH-milton-banking-co'), mapOptions);}document.getElementById('2d5ab929').innerHTML += ' | View Map';var $l448393d449c9f1666ad827bbea18ce09 = '

Milton Banking Co

Address: 25 N Main St, New Holland, OH 43145, USA
Phone: (740) 495-5307
';var m_448393d449c9f1666ad827bbea18ce09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milton Banking Co',});m_448393d449c9f1666ad827bbea18ce09['infowindow'] = new google.maps.InfoWindow({content: $l448393d449c9f1666ad827bbea18ce09});var infowindow = new google.maps.InfoWindow({content: $l448393d449c9f1666ad827bbea18ce09});google.maps.event.addListener(m_448393d449c9f1666ad827bbea18ce09, 'click', function() {infowindow.open(map,m_448393d449c9f1666ad827bbea18ce09);});$marker.push(m_448393d449c9f1666ad827bbea18ce09);}});}google.maps.event.addDomListener(window, 'load', initialize);