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.1591,-81.2436)};var g_5c11a4c4f713eba0d9643c2ea549afa3 = new google.maps.Geocoder();g_5c11a4c4f713eba0d9643c2ea549afa3.geocode( { 'address': "145 N Chestnut St # 101, Ravenna, OH 44266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ravenna-OH-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('ravenna-OH-atm-key-bank'), mapOptions);}document.getElementById('a0b9a215').innerHTML += ' | View Map';var $l5c11a4c4f713eba0d9643c2ea549afa3 = '

ATM (Key Bank)

Address: 145 N Chestnut St # 101, Ravenna, OH 44266, USA
Phone:
';var m_5c11a4c4f713eba0d9643c2ea549afa3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_5c11a4c4f713eba0d9643c2ea549afa3['infowindow'] = new google.maps.InfoWindow({content: $l5c11a4c4f713eba0d9643c2ea549afa3});var infowindow = new google.maps.InfoWindow({content: $l5c11a4c4f713eba0d9643c2ea549afa3});google.maps.event.addListener(m_5c11a4c4f713eba0d9643c2ea549afa3, 'click', function() {infowindow.open(map,m_5c11a4c4f713eba0d9643c2ea549afa3);});$marker.push(m_5c11a4c4f713eba0d9643c2ea549afa3);}});}google.maps.event.addDomListener(window, 'load', initialize);