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.2439,-82.6954)};var g_1177967c7957072da3dc1db4ceb30e7a = new google.maps.Geocoder();g_1177967c7957072da3dc1db4ceb30e7a.geocode( { 'address': "11 Monroe St, Monroeville, OH 44847, USA"}, 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('85998c9b').innerHTML += ' | View Map';var $l1177967c7957072da3dc1db4ceb30e7a = '

Croghan Colonial Bank

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