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.0536,-83.6061)};var g_df3a8b3e63c50546c310118a4e66cafb = new google.maps.Geocoder();g_df3a8b3e63c50546c310118a4e66cafb.geocode( { 'address': "1995 Tiffin Ave, Findlay, OH 45840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('findlay-OH-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('findlay-OH-citizens-national-bank'), mapOptions);}document.getElementById('ec7865a9').innerHTML += ' | View Map';var $ldf3a8b3e63c50546c310118a4e66cafb = '

Citizens National Bank

Address: 1995 Tiffin Ave, Findlay, OH 45840, USA
Phone: (419) 427-2920
';var m_df3a8b3e63c50546c310118a4e66cafb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_df3a8b3e63c50546c310118a4e66cafb['infowindow'] = new google.maps.InfoWindow({content: $ldf3a8b3e63c50546c310118a4e66cafb});var infowindow = new google.maps.InfoWindow({content: $ldf3a8b3e63c50546c310118a4e66cafb});google.maps.event.addListener(m_df3a8b3e63c50546c310118a4e66cafb, 'click', function() {infowindow.open(map,m_df3a8b3e63c50546c310118a4e66cafb);});$marker.push(m_df3a8b3e63c50546c310118a4e66cafb);}});}google.maps.event.addDomListener(window, 'load', initialize);