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.9324,-118.113)};var g_097a266326991a991c77d203160c8563 = new google.maps.Geocoder();g_097a266326991a991c77d203160c8563.geocode( { 'address': "8545 Florence Ave, Downey, CA 90240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downey-CA-southland-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('downey-CA-southland-credit-union'), mapOptions);}document.getElementById('41a7d5c1').innerHTML += ' | View Map';var $l097a266326991a991c77d203160c8563 = '

Southland Credit Union

Address: 8545 Florence Ave, Downey, CA 90240
Phone: (562) 862-6831
';var m_097a266326991a991c77d203160c8563 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southland Credit Union',});m_097a266326991a991c77d203160c8563['infowindow'] = new google.maps.InfoWindow({content: $l097a266326991a991c77d203160c8563});var infowindow = new google.maps.InfoWindow({content: $l097a266326991a991c77d203160c8563});google.maps.event.addListener(m_097a266326991a991c77d203160c8563, 'click', function() {infowindow.open(map,m_097a266326991a991c77d203160c8563);});$marker.push(m_097a266326991a991c77d203160c8563);}});}google.maps.event.addDomListener(window, 'load', initialize);