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(33.8675,-118.361)};var g_d281c098a56481b59be991769a85ba04 = new google.maps.Geocoder();g_d281c098a56481b59be991769a85ba04.geocode( { 'address': "1401 Inglewood Ave, Redondo Beach, CA 90278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-schoolsfirst-fcu').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-schoolsfirst-fcu'), mapOptions);}document.getElementById('c28669fe').innerHTML += ' | View Map';var $ld281c098a56481b59be991769a85ba04 = '

SchoolsFirst FCU

Address: 1401 Inglewood Ave, Redondo Beach, CA 90278, USA
Phone:
';var m_d281c098a56481b59be991769a85ba04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SchoolsFirst FCU',});m_d281c098a56481b59be991769a85ba04['infowindow'] = new google.maps.InfoWindow({content: $ld281c098a56481b59be991769a85ba04});var infowindow = new google.maps.InfoWindow({content: $ld281c098a56481b59be991769a85ba04});google.maps.event.addListener(m_d281c098a56481b59be991769a85ba04, 'click', function() {infowindow.open(map,m_d281c098a56481b59be991769a85ba04);});$marker.push(m_d281c098a56481b59be991769a85ba04);}});}google.maps.event.addDomListener(window, 'load', initialize);