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.9958,-82.6703)};var g_c4bd5c1e2ad0c73f8682c1719013b642 = new google.maps.Geocoder();g_c4bd5c1e2ad0c73f8682c1719013b642.geocode( { 'address': "49 Sandusky St, Plymouth, OH 44865"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-OH-civista-bank').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-OH-civista-bank'), mapOptions);}document.getElementById('b0e637d3').innerHTML += ' | View Map';var $lc4bd5c1e2ad0c73f8682c1719013b642 = '

Civista Bank

Address: 49 Sandusky St, Plymouth, OH 44865
Phone: (419) 687-4081
';var m_c4bd5c1e2ad0c73f8682c1719013b642 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Civista Bank',});m_c4bd5c1e2ad0c73f8682c1719013b642['infowindow'] = new google.maps.InfoWindow({content: $lc4bd5c1e2ad0c73f8682c1719013b642});var infowindow = new google.maps.InfoWindow({content: $lc4bd5c1e2ad0c73f8682c1719013b642});google.maps.event.addListener(m_c4bd5c1e2ad0c73f8682c1719013b642, 'click', function() {infowindow.open(map,m_c4bd5c1e2ad0c73f8682c1719013b642);});$marker.push(m_c4bd5c1e2ad0c73f8682c1719013b642);}});}google.maps.event.addDomListener(window, 'load', initialize);