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.8542,-118.144)};var g_ae1ea61fe9c315fbd913c38d6ddc7c0d = new google.maps.Geocoder();g_ae1ea61fe9c315fbd913c38d6ddc7c0d.geocode( { 'address': "4107 Candlewood St, Lakewood, CA 90712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CA-first-city-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CA-first-city-credit-union'), mapOptions);}document.getElementById('ed96aaed').innerHTML += ' | View Map';var $lae1ea61fe9c315fbd913c38d6ddc7c0d = '

First City Credit Union

Address: 4107 Candlewood St, Lakewood, CA 90712, USA
Phone: (800) 944-2200
';var m_ae1ea61fe9c315fbd913c38d6ddc7c0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First City Credit Union',});m_ae1ea61fe9c315fbd913c38d6ddc7c0d['infowindow'] = new google.maps.InfoWindow({content: $lae1ea61fe9c315fbd913c38d6ddc7c0d});var infowindow = new google.maps.InfoWindow({content: $lae1ea61fe9c315fbd913c38d6ddc7c0d});google.maps.event.addListener(m_ae1ea61fe9c315fbd913c38d6ddc7c0d, 'click', function() {infowindow.open(map,m_ae1ea61fe9c315fbd913c38d6ddc7c0d);});$marker.push(m_ae1ea61fe9c315fbd913c38d6ddc7c0d);}});}google.maps.event.addDomListener(window, 'load', initialize);