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.3585,-81.5242)};var g_532489d0e5e521abaa5d121964d83c4b = new google.maps.Geocoder();g_532489d0e5e521abaa5d121964d83c4b.geocode( { 'address': "21375 Alexander Rd, Walton Hills, OH 44146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walton-hills-OH-best-reward-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('walton-hills-OH-best-reward-credit-union-atm'), mapOptions);}document.getElementById('4560ca79').innerHTML += ' | View Map';var $l532489d0e5e521abaa5d121964d83c4b = '

Best Reward Credit Union ATM

Address: 21375 Alexander Rd, Walton Hills, OH 44146, USA
Phone: (440) 232-9540
';var m_532489d0e5e521abaa5d121964d83c4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Reward Credit Union ATM',});m_532489d0e5e521abaa5d121964d83c4b['infowindow'] = new google.maps.InfoWindow({content: $l532489d0e5e521abaa5d121964d83c4b});var infowindow = new google.maps.InfoWindow({content: $l532489d0e5e521abaa5d121964d83c4b});google.maps.event.addListener(m_532489d0e5e521abaa5d121964d83c4b, 'click', function() {infowindow.open(map,m_532489d0e5e521abaa5d121964d83c4b);});$marker.push(m_532489d0e5e521abaa5d121964d83c4b);}});}google.maps.event.addDomListener(window, 'load', initialize);