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.3093,-81.2223)};var g_3345581248da49c7be54266867fd1be5 = new google.maps.Geocoder();g_3345581248da49c7be54266867fd1be5.geocode( { 'address': "11661 OH-44, Mantua, OH 44255, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mantua-OH-cortland-bank').style.display = '';map = new google.maps.Map(document.getElementById('mantua-OH-cortland-bank'), mapOptions);}document.getElementById('5b07b04b').innerHTML += ' | View Map';var $l3345581248da49c7be54266867fd1be5 = '

Cortland Bank

Address: 11661 OH-44, Mantua, OH 44255, USA
Phone: (330) 274-3111
';var m_3345581248da49c7be54266867fd1be5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cortland Bank',});m_3345581248da49c7be54266867fd1be5['infowindow'] = new google.maps.InfoWindow({content: $l3345581248da49c7be54266867fd1be5});var infowindow = new google.maps.InfoWindow({content: $l3345581248da49c7be54266867fd1be5});google.maps.event.addListener(m_3345581248da49c7be54266867fd1be5, 'click', function() {infowindow.open(map,m_3345581248da49c7be54266867fd1be5);});$marker.push(m_3345581248da49c7be54266867fd1be5);}});}google.maps.event.addDomListener(window, 'load', initialize);