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(41.1013,-80.9819)};var g_4b63425d1d5c077a2bb63151ee5a7f35 = new google.maps.Geocoder();g_4b63425d1d5c077a2bb63151ee5a7f35.geocode( { 'address': "17817 Mahoning Ave, Lake Milton, OH 44429"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-milton-OH-farmers-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-milton-OH-farmers-national-bank'), mapOptions);}document.getElementById('c6b7e3e3').innerHTML += ' | View Map';var $l4b63425d1d5c077a2bb63151ee5a7f35 = '

Farmers National Bank

Address: 17817 Mahoning Ave, Lake Milton, OH 44429
Phone: (330) 654-3351
';var m_4b63425d1d5c077a2bb63151ee5a7f35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers National Bank',});m_4b63425d1d5c077a2bb63151ee5a7f35['infowindow'] = new google.maps.InfoWindow({content: $l4b63425d1d5c077a2bb63151ee5a7f35});var infowindow = new google.maps.InfoWindow({content: $l4b63425d1d5c077a2bb63151ee5a7f35});google.maps.event.addListener(m_4b63425d1d5c077a2bb63151ee5a7f35, 'click', function() {infowindow.open(map,m_4b63425d1d5c077a2bb63151ee5a7f35);});$marker.push(m_4b63425d1d5c077a2bb63151ee5a7f35);}});}google.maps.event.addDomListener(window, 'load', initialize);