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.9985,-118.079)};var g_bc5248bec66e472f11f85710936fe03c = new google.maps.Geocoder();g_bc5248bec66e472f11f85710936fe03c.geocode( { 'address': "9330 Whittier Blvd, Pico Rivera, CA 90660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pico-rivera-CA-credit-union-of-southern-californiapico-rivera').style.display = '';map = new google.maps.Map(document.getElementById('pico-rivera-CA-credit-union-of-southern-californiapico-rivera'), mapOptions);}document.getElementById('0cf960fb').innerHTML += ' | View Map';var $lbc5248bec66e472f11f85710936fe03c = '

Credit Union of Southern California—Pico Rivera

Address: 9330 Whittier Blvd, Pico Rivera, CA 90660, USA
Phone: (562) 698-8326
';var m_bc5248bec66e472f11f85710936fe03c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Southern California—Pico Rivera',});m_bc5248bec66e472f11f85710936fe03c['infowindow'] = new google.maps.InfoWindow({content: $lbc5248bec66e472f11f85710936fe03c});var infowindow = new google.maps.InfoWindow({content: $lbc5248bec66e472f11f85710936fe03c});google.maps.event.addListener(m_bc5248bec66e472f11f85710936fe03c, 'click', function() {infowindow.open(map,m_bc5248bec66e472f11f85710936fe03c);});$marker.push(m_bc5248bec66e472f11f85710936fe03c);}});}google.maps.event.addDomListener(window, 'load', initialize);