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.1727,-84.2964)};var g_4f7be0925077a0e5299ec83d1cc63c69 = new google.maps.Geocoder();g_4f7be0925077a0e5299ec83d1cc63c69.geocode( { 'address': "25 Main St, Milford, OH 45150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-OH-park-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('milford-OH-park-national-bank'), mapOptions);}document.getElementById('46e3f923').innerHTML += ' | View Map';var $l4f7be0925077a0e5299ec83d1cc63c69 = '

Park National Bank

Address: 25 Main St, Milford, OH 45150, USA
Phone: (513) 831-4400
';var m_4f7be0925077a0e5299ec83d1cc63c69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Park National Bank',});m_4f7be0925077a0e5299ec83d1cc63c69['infowindow'] = new google.maps.InfoWindow({content: $l4f7be0925077a0e5299ec83d1cc63c69});var infowindow = new google.maps.InfoWindow({content: $l4f7be0925077a0e5299ec83d1cc63c69});google.maps.event.addListener(m_4f7be0925077a0e5299ec83d1cc63c69, 'click', function() {infowindow.open(map,m_4f7be0925077a0e5299ec83d1cc63c69);});$marker.push(m_4f7be0925077a0e5299ec83d1cc63c69);}});}google.maps.event.addDomListener(window, 'load', initialize);