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.0241,-80.7118)};var g_65cefbea3d2369ce559c99345af78100 = new google.maps.Geocoder();g_65cefbea3d2369ce559c99345af78100.geocode( { 'address': "3615 Boardman-Canfield Rd, Canfield, OH 44406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canfield-OH-cortland-savings--banking-co').style.display = '';map = new google.maps.Map(document.getElementById('canfield-OH-cortland-savings--banking-co'), mapOptions);}document.getElementById('b9098139').innerHTML += ' | View Map';var $l65cefbea3d2369ce559c99345af78100 = '

Cortland Savings & Banking Co

Address: 3615 Boardman-Canfield Rd, Canfield, OH 44406, USA
Phone: (330) 941-5867
';var m_65cefbea3d2369ce559c99345af78100 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cortland Savings & Banking Co',});m_65cefbea3d2369ce559c99345af78100['infowindow'] = new google.maps.InfoWindow({content: $l65cefbea3d2369ce559c99345af78100});var infowindow = new google.maps.InfoWindow({content: $l65cefbea3d2369ce559c99345af78100});google.maps.event.addListener(m_65cefbea3d2369ce559c99345af78100, 'click', function() {infowindow.open(map,m_65cefbea3d2369ce559c99345af78100);});$marker.push(m_65cefbea3d2369ce559c99345af78100);}});}google.maps.event.addDomListener(window, 'load', initialize);