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.3816,-82.7999)};var g_a4315d65e05d0a6ce8724fae0d6380bf = new google.maps.Geocoder();g_a4315d65e05d0a6ce8724fae0d6380bf.geocode( { 'address': "208 S Washington St, Castalia, OH 44824"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castalia-OH-civista-bank').style.display = '';map = new google.maps.Map(document.getElementById('castalia-OH-civista-bank'), mapOptions);}document.getElementById('4757ce4d').innerHTML += ' | View Map';var $la4315d65e05d0a6ce8724fae0d6380bf = '

Civista Bank

Address: 208 S Washington St, Castalia, OH 44824
Phone: (419) 684-5333
';var m_a4315d65e05d0a6ce8724fae0d6380bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Civista Bank',});m_a4315d65e05d0a6ce8724fae0d6380bf['infowindow'] = new google.maps.InfoWindow({content: $la4315d65e05d0a6ce8724fae0d6380bf});var infowindow = new google.maps.InfoWindow({content: $la4315d65e05d0a6ce8724fae0d6380bf});google.maps.event.addListener(m_a4315d65e05d0a6ce8724fae0d6380bf, 'click', function() {infowindow.open(map,m_a4315d65e05d0a6ce8724fae0d6380bf);});$marker.push(m_a4315d65e05d0a6ce8724fae0d6380bf);}});}google.maps.event.addDomListener(window, 'load', initialize);