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(40.7894,-83.6433)};var g_5646dfcf5046a6c1b4014ee53d9d614d = new google.maps.Geocoder();g_5646dfcf5046a6c1b4014ee53d9d614d.geocode( { 'address': "200 N Main St, Dunkirk, OH 45836, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunkirk-OH-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('dunkirk-OH-first-citizens-national-bank'), mapOptions);}document.getElementById('073a746c').innerHTML += ' | View Map';var $l5646dfcf5046a6c1b4014ee53d9d614d = '

First Citizens National Bank

Address: 200 N Main St, Dunkirk, OH 45836, USA
Phone: (419) 759-2771
';var m_5646dfcf5046a6c1b4014ee53d9d614d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens National Bank',});m_5646dfcf5046a6c1b4014ee53d9d614d['infowindow'] = new google.maps.InfoWindow({content: $l5646dfcf5046a6c1b4014ee53d9d614d});var infowindow = new google.maps.InfoWindow({content: $l5646dfcf5046a6c1b4014ee53d9d614d});google.maps.event.addListener(m_5646dfcf5046a6c1b4014ee53d9d614d, 'click', function() {infowindow.open(map,m_5646dfcf5046a6c1b4014ee53d9d614d);});$marker.push(m_5646dfcf5046a6c1b4014ee53d9d614d);}});}google.maps.event.addDomListener(window, 'load', initialize);