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.4436,-82.1127)};var g_b43a306ca1e27299a57727ff5c0d4998 = new google.maps.Geocoder();g_b43a306ca1e27299a57727ff5c0d4998.geocode( { 'address': "3010 Charleston Ave, Lorain, OH 44055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorain-OH-cleveland-self-reliance-fcu').style.display = '';map = new google.maps.Map(document.getElementById('lorain-OH-cleveland-self-reliance-fcu'), mapOptions);}document.getElementById('896e2b05').innerHTML += ' | View Map';var $lb43a306ca1e27299a57727ff5c0d4998 = '

Cleveland Self Reliance FCU

Address: 3010 Charleston Ave, Lorain, OH 44055, USA
Phone: (440) 277-1901
';var m_b43a306ca1e27299a57727ff5c0d4998 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cleveland Self Reliance FCU',});m_b43a306ca1e27299a57727ff5c0d4998['infowindow'] = new google.maps.InfoWindow({content: $lb43a306ca1e27299a57727ff5c0d4998});var infowindow = new google.maps.InfoWindow({content: $lb43a306ca1e27299a57727ff5c0d4998});google.maps.event.addListener(m_b43a306ca1e27299a57727ff5c0d4998, 'click', function() {infowindow.open(map,m_b43a306ca1e27299a57727ff5c0d4998);});$marker.push(m_b43a306ca1e27299a57727ff5c0d4998);}});}google.maps.event.addDomListener(window, 'load', initialize);