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.7901,-118.139)};var g_00509e33150cba19d677c83ad03febae = new google.maps.Geocoder();g_00509e33150cba19d677c83ad03febae.geocode( { 'address': "1802 Ximeno Ave, Long Beach, CA 90815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-orange-countys-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-orange-countys-credit-union'), mapOptions);}document.getElementById('e1052e8d').innerHTML += ' | View Map';var $l00509e33150cba19d677c83ad03febae = '

Orange County's Credit Union

Address: 1802 Ximeno Ave, Long Beach, CA 90815, USA
Phone: (888) 354-6228
';var m_00509e33150cba19d677c83ad03febae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orange County's Credit Union',});m_00509e33150cba19d677c83ad03febae['infowindow'] = new google.maps.InfoWindow({content: $l00509e33150cba19d677c83ad03febae});var infowindow = new google.maps.InfoWindow({content: $l00509e33150cba19d677c83ad03febae});google.maps.event.addListener(m_00509e33150cba19d677c83ad03febae, 'click', function() {infowindow.open(map,m_00509e33150cba19d677c83ad03febae);});$marker.push(m_00509e33150cba19d677c83ad03febae);}});}google.maps.event.addDomListener(window, 'load', initialize);