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.9319,-80.5811)};var g_db89438f51c6918c8a1661671f8cc273 = new google.maps.Geocoder();g_db89438f51c6918c8a1661671f8cc273.geocode( { 'address': "239 Main St, Conneaut, OH 44030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conneaut-OH-keybank').style.display = '';map = new google.maps.Map(document.getElementById('conneaut-OH-keybank'), mapOptions);}document.getElementById('3fe0e7a3').innerHTML += ' | View Map';var $ldb89438f51c6918c8a1661671f8cc273 = '

KeyBank

Address: 239 Main St, Conneaut, OH 44030
Phone: (440) 261-4966
';var m_db89438f51c6918c8a1661671f8cc273 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_db89438f51c6918c8a1661671f8cc273['infowindow'] = new google.maps.InfoWindow({content: $ldb89438f51c6918c8a1661671f8cc273});var infowindow = new google.maps.InfoWindow({content: $ldb89438f51c6918c8a1661671f8cc273});google.maps.event.addListener(m_db89438f51c6918c8a1661671f8cc273, 'click', function() {infowindow.open(map,m_db89438f51c6918c8a1661671f8cc273);});$marker.push(m_db89438f51c6918c8a1661671f8cc273);}});}google.maps.event.addDomListener(window, 'load', initialize);