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.9081,-118.081)};var g_093b60fd0557804c8ba0cbf1453da22f = new google.maps.Geocoder();g_093b60fd0557804c8ba0cbf1453da22f.geocode( { 'address': "12366 Firestone Blvd, Norwalk, CA 90650"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwalk-CA-safeway-l-a-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('norwalk-CA-safeway-l-a-employees-federal-credit-union'), mapOptions);}document.getElementById('76db3bcf').innerHTML += ' | View Map';var $l093b60fd0557804c8ba0cbf1453da22f = '

Safeway L A Employees Federal Credit Union

Address: 12366 Firestone Blvd, Norwalk, CA 90650
Phone: (562) 864-2524
';var m_093b60fd0557804c8ba0cbf1453da22f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Safeway L A Employees Federal Credit Union',});m_093b60fd0557804c8ba0cbf1453da22f['infowindow'] = new google.maps.InfoWindow({content: $l093b60fd0557804c8ba0cbf1453da22f});var infowindow = new google.maps.InfoWindow({content: $l093b60fd0557804c8ba0cbf1453da22f});google.maps.event.addListener(m_093b60fd0557804c8ba0cbf1453da22f, 'click', function() {infowindow.open(map,m_093b60fd0557804c8ba0cbf1453da22f);});$marker.push(m_093b60fd0557804c8ba0cbf1453da22f);}});}google.maps.event.addDomListener(window, 'load', initialize);