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.4013,-83.18)};var g_b796816a742639156602afd885bc1a03 = new google.maps.Geocoder();g_b796816a742639156602afd885bc1a03.geocode( { 'address': "Frankfort, OH 45628, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frankfort-OH-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('frankfort-OH-citizens-national-bank'), mapOptions);}document.getElementById('c741a992').innerHTML += ' | View Map';var $lb796816a742639156602afd885bc1a03 = '

Citizens National Bank

Address: Frankfort, OH 45628, USA
Phone: (740) 998-2921
';var m_b796816a742639156602afd885bc1a03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_b796816a742639156602afd885bc1a03['infowindow'] = new google.maps.InfoWindow({content: $lb796816a742639156602afd885bc1a03});var infowindow = new google.maps.InfoWindow({content: $lb796816a742639156602afd885bc1a03});google.maps.event.addListener(m_b796816a742639156602afd885bc1a03, 'click', function() {infowindow.open(map,m_b796816a742639156602afd885bc1a03);});$marker.push(m_b796816a742639156602afd885bc1a03);}});}google.maps.event.addDomListener(window, 'load', initialize);