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.4367,-81.7067)};var g_b458201027eb55a7a6dcb41b0af61993 = new google.maps.Geocoder();g_b458201027eb55a7a6dcb41b0af61993.geocode( { 'address': "4319 State Rd, Cleveland, OH 44109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-rta-brooklyn-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-rta-brooklyn-federal-credit-union'), mapOptions);}document.getElementById('a13a2625').innerHTML += ' | View Map';var $lb458201027eb55a7a6dcb41b0af61993 = '

RTA Brooklyn Federal Credit Union

Address: 4319 State Rd, Cleveland, OH 44109, USA
Phone: (216) 749-0583
';var m_b458201027eb55a7a6dcb41b0af61993 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RTA Brooklyn Federal Credit Union',});m_b458201027eb55a7a6dcb41b0af61993['infowindow'] = new google.maps.InfoWindow({content: $lb458201027eb55a7a6dcb41b0af61993});var infowindow = new google.maps.InfoWindow({content: $lb458201027eb55a7a6dcb41b0af61993});google.maps.event.addListener(m_b458201027eb55a7a6dcb41b0af61993, 'click', function() {infowindow.open(map,m_b458201027eb55a7a6dcb41b0af61993);});$marker.push(m_b458201027eb55a7a6dcb41b0af61993);}});}google.maps.event.addDomListener(window, 'load', initialize);