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.53,-81.582)};var g_b848edae25876384476f8970b8491160 = new google.maps.Geocoder();g_b848edae25876384476f8970b8491160.geocode( { 'address': "14340 Euclid Ave, East Cleveland, OH 44112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-cleveland-OH-steel-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-cleveland-OH-steel-valley-federal-credit-union'), mapOptions);}document.getElementById('1bc41bb5').innerHTML += ' | View Map';var $lb848edae25876384476f8970b8491160 = '

Steel Valley Federal Credit Union

Address: 14340 Euclid Ave, East Cleveland, OH 44112, USA
Phone: (877) 642-0128
';var m_b848edae25876384476f8970b8491160 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steel Valley Federal Credit Union',});m_b848edae25876384476f8970b8491160['infowindow'] = new google.maps.InfoWindow({content: $lb848edae25876384476f8970b8491160});var infowindow = new google.maps.InfoWindow({content: $lb848edae25876384476f8970b8491160});google.maps.event.addListener(m_b848edae25876384476f8970b8491160, 'click', function() {infowindow.open(map,m_b848edae25876384476f8970b8491160);});$marker.push(m_b848edae25876384476f8970b8491160);}});}google.maps.event.addDomListener(window, 'load', initialize);