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.2145,-82.7144)};var g_3f58bbe09690c294f359ed674850bbef = new google.maps.Geocoder();g_3f58bbe09690c294f359ed674850bbef.geocode( { 'address': "11 Monroe St, Monroeville, OH 44847"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroeville-OH-croghan-colonial-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroeville-OH-croghan-colonial-bank'), mapOptions);}document.getElementById('53a5e063').innerHTML += ' | View Map';var $l3f58bbe09690c294f359ed674850bbef = '

Croghan Colonial Bank

Address: 11 Monroe St, Monroeville, OH 44847
Phone: (419) 465-2596
';var m_3f58bbe09690c294f359ed674850bbef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Croghan Colonial Bank',});m_3f58bbe09690c294f359ed674850bbef['infowindow'] = new google.maps.InfoWindow({content: $l3f58bbe09690c294f359ed674850bbef});var infowindow = new google.maps.InfoWindow({content: $l3f58bbe09690c294f359ed674850bbef});google.maps.event.addListener(m_3f58bbe09690c294f359ed674850bbef, 'click', function() {infowindow.open(map,m_3f58bbe09690c294f359ed674850bbef);});$marker.push(m_3f58bbe09690c294f359ed674850bbef);}});}google.maps.event.addDomListener(window, 'load', initialize);