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.8563,-117.926)};var g_05c7813f5e6a9a14fd4b1f088361cb18 = new google.maps.Geocoder();g_05c7813f5e6a9a14fd4b1f088361cb18.geocode( { 'address': "1469 S Harbor Blvd, Fullerton, CA 92832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-CA-orange-countys-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-CA-orange-countys-credit-union'), mapOptions);}document.getElementById('18907db2').innerHTML += ' | View Map';var $l05c7813f5e6a9a14fd4b1f088361cb18 = '

Orange County's Credit Union

Address: 1469 S Harbor Blvd, Fullerton, CA 92832, USA
Phone: (888) 354-6228
';var m_05c7813f5e6a9a14fd4b1f088361cb18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orange County's Credit Union',});m_05c7813f5e6a9a14fd4b1f088361cb18['infowindow'] = new google.maps.InfoWindow({content: $l05c7813f5e6a9a14fd4b1f088361cb18});var infowindow = new google.maps.InfoWindow({content: $l05c7813f5e6a9a14fd4b1f088361cb18});google.maps.event.addListener(m_05c7813f5e6a9a14fd4b1f088361cb18, 'click', function() {infowindow.open(map,m_05c7813f5e6a9a14fd4b1f088361cb18);});$marker.push(m_05c7813f5e6a9a14fd4b1f088361cb18);}});}google.maps.event.addDomListener(window, 'load', initialize);