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.494,-81.6694)};var g_c5c2a991d92b4f9244c12c38238fbbb6 = new google.maps.Geocoder();g_c5c2a991d92b4f9244c12c38238fbbb6.geocode( { 'address': "3840 Pearl Rd, Cleveland, OH 44109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-steel-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-steel-valley-federal-credit-union'), mapOptions);}document.getElementById('e77370f3').innerHTML += ' | View Map';var $lc5c2a991d92b4f9244c12c38238fbbb6 = '

Steel Valley Federal Credit Union

Address: 3840 Pearl Rd, Cleveland, OH 44109
Phone: (216) 741-9430
';var m_c5c2a991d92b4f9244c12c38238fbbb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steel Valley Federal Credit Union',});m_c5c2a991d92b4f9244c12c38238fbbb6['infowindow'] = new google.maps.InfoWindow({content: $lc5c2a991d92b4f9244c12c38238fbbb6});var infowindow = new google.maps.InfoWindow({content: $lc5c2a991d92b4f9244c12c38238fbbb6});google.maps.event.addListener(m_c5c2a991d92b4f9244c12c38238fbbb6, 'click', function() {infowindow.open(map,m_c5c2a991d92b4f9244c12c38238fbbb6);});$marker.push(m_c5c2a991d92b4f9244c12c38238fbbb6);}});}google.maps.event.addDomListener(window, 'load', initialize);