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.2504,-83.7555)};var g_bb4ea12f999f3e1c0df45ab2983be5df = new google.maps.Geocoder();g_bb4ea12f999f3e1c0df45ab2983be5df.geocode( { 'address': "205 S Detroit St, West Liberty, OH 43357, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-liberty-OH-civista-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-liberty-OH-civista-bank'), mapOptions);}document.getElementById('51333e57').innerHTML += ' | View Map';var $lbb4ea12f999f3e1c0df45ab2983be5df = '

Civista Bank

Address: 205 S Detroit St, West Liberty, OH 43357, USA
Phone: (937) 465-9050
';var m_bb4ea12f999f3e1c0df45ab2983be5df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Civista Bank',});m_bb4ea12f999f3e1c0df45ab2983be5df['infowindow'] = new google.maps.InfoWindow({content: $lbb4ea12f999f3e1c0df45ab2983be5df});var infowindow = new google.maps.InfoWindow({content: $lbb4ea12f999f3e1c0df45ab2983be5df});google.maps.event.addListener(m_bb4ea12f999f3e1c0df45ab2983be5df, 'click', function() {infowindow.open(map,m_bb4ea12f999f3e1c0df45ab2983be5df);});$marker.push(m_bb4ea12f999f3e1c0df45ab2983be5df);}});}google.maps.event.addDomListener(window, 'load', initialize);