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.819,-83.1308)};var g_c275d16da3bc60010baf5e8084a34b18 = new google.maps.Geocoder();g_c275d16da3bc60010baf5e8084a34b18.geocode( { 'address': "301 N Main St, Nevada, OH 44849, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nevada-OH-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('nevada-OH-first-citizens-national-bank'), mapOptions);}document.getElementById('951ed50a').innerHTML += ' | View Map';var $lc275d16da3bc60010baf5e8084a34b18 = '

First Citizens National Bank

Address: 301 N Main St, Nevada, OH 44849, USA
Phone: (740) 482-2440
';var m_c275d16da3bc60010baf5e8084a34b18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens National Bank',});m_c275d16da3bc60010baf5e8084a34b18['infowindow'] = new google.maps.InfoWindow({content: $lc275d16da3bc60010baf5e8084a34b18});var infowindow = new google.maps.InfoWindow({content: $lc275d16da3bc60010baf5e8084a34b18});google.maps.event.addListener(m_c275d16da3bc60010baf5e8084a34b18, 'click', function() {infowindow.open(map,m_c275d16da3bc60010baf5e8084a34b18);});$marker.push(m_c275d16da3bc60010baf5e8084a34b18);}});}google.maps.event.addDomListener(window, 'load', initialize);