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_829914395c2494cb1d2c04b01a30d98c = new google.maps.Geocoder();g_829914395c2494cb1d2c04b01a30d98c.geocode( { 'address': "309 Sandusky St, Plymouth, OH 44865"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-OH-citizens-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-OH-citizens-banking-co'), mapOptions);}document.getElementById('1d25cdc0').innerHTML += ' | View Map';var $l829914395c2494cb1d2c04b01a30d98c = '

Citizens Banking Co

Address: 309 Sandusky St, Plymouth, OH 44865
Phone: (419) 687-2911
';var m_829914395c2494cb1d2c04b01a30d98c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Banking Co',});m_829914395c2494cb1d2c04b01a30d98c['infowindow'] = new google.maps.InfoWindow({content: $l829914395c2494cb1d2c04b01a30d98c});var infowindow = new google.maps.InfoWindow({content: $l829914395c2494cb1d2c04b01a30d98c});google.maps.event.addListener(m_829914395c2494cb1d2c04b01a30d98c, 'click', function() {infowindow.open(map,m_829914395c2494cb1d2c04b01a30d98c);});$marker.push(m_829914395c2494cb1d2c04b01a30d98c);}});}google.maps.event.addDomListener(window, 'load', initialize);