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.3969,-81.7107)};var g_fb4974aca0f227ff30b10abf270af3d6 = new google.maps.Geocoder();g_fb4974aca0f227ff30b10abf270af3d6.geocode( { 'address': "6108 State Rd, Cleveland, OH 44134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-cleveland-selfreliance-cu').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-cleveland-selfreliance-cu'), mapOptions);}document.getElementById('57f79ed2').innerHTML += ' | View Map';var $lfb4974aca0f227ff30b10abf270af3d6 = '

Cleveland Selfreliance CU

Address: 6108 State Rd, Cleveland, OH 44134, USA
Phone: (440) 884-9111
';var m_fb4974aca0f227ff30b10abf270af3d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cleveland Selfreliance CU',});m_fb4974aca0f227ff30b10abf270af3d6['infowindow'] = new google.maps.InfoWindow({content: $lfb4974aca0f227ff30b10abf270af3d6});var infowindow = new google.maps.InfoWindow({content: $lfb4974aca0f227ff30b10abf270af3d6});google.maps.event.addListener(m_fb4974aca0f227ff30b10abf270af3d6, 'click', function() {infowindow.open(map,m_fb4974aca0f227ff30b10abf270af3d6);});$marker.push(m_fb4974aca0f227ff30b10abf270af3d6);}});}google.maps.event.addDomListener(window, 'load', initialize);