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.9622,-82.8532)};var g_6cc869b7ef35d34ba14a1a9e6cfb1756 = new google.maps.Geocoder();g_6cc869b7ef35d34ba14a1a9e6cfb1756.geocode( { 'address': "102 S Kibler St, New Washington, OH 44854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-washington-OH-civista-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-washington-OH-civista-bank'), mapOptions);}document.getElementById('8e3f6d63').innerHTML += ' | View Map';var $l6cc869b7ef35d34ba14a1a9e6cfb1756 = '

Civista Bank

Address: 102 S Kibler St, New Washington, OH 44854, USA
Phone: (419) 492-2177
';var m_6cc869b7ef35d34ba14a1a9e6cfb1756 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Civista Bank',});m_6cc869b7ef35d34ba14a1a9e6cfb1756['infowindow'] = new google.maps.InfoWindow({content: $l6cc869b7ef35d34ba14a1a9e6cfb1756});var infowindow = new google.maps.InfoWindow({content: $l6cc869b7ef35d34ba14a1a9e6cfb1756});google.maps.event.addListener(m_6cc869b7ef35d34ba14a1a9e6cfb1756, 'click', function() {infowindow.open(map,m_6cc869b7ef35d34ba14a1a9e6cfb1756);});$marker.push(m_6cc869b7ef35d34ba14a1a9e6cfb1756);}});}google.maps.event.addDomListener(window, 'load', initialize);