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.6201,-83.3706)};var g_e103d6bce070598e2c6999a4d6840d19 = new google.maps.Geocoder();g_e103d6bce070598e2c6999a4d6840d19.geocode( { 'address': "7182 North Lucas Street, Curtice, OH 43412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('curtice-OH-croghan-colonial-bank').style.display = '';map = new google.maps.Map(document.getElementById('curtice-OH-croghan-colonial-bank'), mapOptions);}document.getElementById('13c2ab55').innerHTML += ' | View Map';var $le103d6bce070598e2c6999a4d6840d19 = '

Croghan Colonial Bank

Address: 7182 North Lucas Street, Curtice, OH 43412, USA
Phone: (419) 836-7722
';var m_e103d6bce070598e2c6999a4d6840d19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Croghan Colonial Bank',});m_e103d6bce070598e2c6999a4d6840d19['infowindow'] = new google.maps.InfoWindow({content: $le103d6bce070598e2c6999a4d6840d19});var infowindow = new google.maps.InfoWindow({content: $le103d6bce070598e2c6999a4d6840d19});google.maps.event.addListener(m_e103d6bce070598e2c6999a4d6840d19, 'click', function() {infowindow.open(map,m_e103d6bce070598e2c6999a4d6840d19);});$marker.push(m_e103d6bce070598e2c6999a4d6840d19);}});}google.maps.event.addDomListener(window, 'load', initialize);