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.1353,-81.3551)};var g_539a1f5af74c2f86b9487a4fc854bb95 = new google.maps.Geocoder();g_539a1f5af74c2f86b9487a4fc854bb95.geocode( { 'address': "1620 S Water St, Kent, OH 44240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-OH-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('kent-OH-atm-key-bank'), mapOptions);}document.getElementById('8574df94').innerHTML += ' | View Map';var $l539a1f5af74c2f86b9487a4fc854bb95 = '

ATM (Key Bank)

Address: 1620 S Water St, Kent, OH 44240, USA
Phone:
';var m_539a1f5af74c2f86b9487a4fc854bb95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_539a1f5af74c2f86b9487a4fc854bb95['infowindow'] = new google.maps.InfoWindow({content: $l539a1f5af74c2f86b9487a4fc854bb95});var infowindow = new google.maps.InfoWindow({content: $l539a1f5af74c2f86b9487a4fc854bb95});google.maps.event.addListener(m_539a1f5af74c2f86b9487a4fc854bb95, 'click', function() {infowindow.open(map,m_539a1f5af74c2f86b9487a4fc854bb95);});$marker.push(m_539a1f5af74c2f86b9487a4fc854bb95);}});}google.maps.event.addDomListener(window, 'load', initialize);