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.3804,-80.8591)};var g_b9f35816f460ab999cbc168c4da26ff3 = new google.maps.Geocoder();g_b9f35816f460ab999cbc168c4da26ff3.geocode( { 'address': "6090 State Route 45, Bristolville, OH 44402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristolville-OH-cortland-savings-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('bristolville-OH-cortland-savings-banking-co'), mapOptions);}document.getElementById('3dc1e632').innerHTML += ' | View Map';var $lb9f35816f460ab999cbc168c4da26ff3 = '

Cortland Savings & Banking Co

Address: 6090 State Route 45, Bristolville, OH 44402
Phone: (330) 889-3062
';var m_b9f35816f460ab999cbc168c4da26ff3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cortland Savings & Banking Co',});m_b9f35816f460ab999cbc168c4da26ff3['infowindow'] = new google.maps.InfoWindow({content: $lb9f35816f460ab999cbc168c4da26ff3});var infowindow = new google.maps.InfoWindow({content: $lb9f35816f460ab999cbc168c4da26ff3});google.maps.event.addListener(m_b9f35816f460ab999cbc168c4da26ff3, 'click', function() {infowindow.open(map,m_b9f35816f460ab999cbc168c4da26ff3);});$marker.push(m_b9f35816f460ab999cbc168c4da26ff3);}});}google.maps.event.addDomListener(window, 'load', initialize);