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.9495,-118.12)};var g_ca9eac0c76de0cab71d5b50951fe4c5f = new google.maps.Geocoder();g_ca9eac0c76de0cab71d5b50951fe4c5f.geocode( { 'address': "8545 Florence Ave, Downey, CA 90240, USA"}, 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('b96a1bb1').innerHTML += ' | View Map';var $lca9eac0c76de0cab71d5b50951fe4c5f = '

Southland Credit Union

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