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.8721,-117.928)};var g_a61f75df207512cb1f36af173fb8f7c1 = new google.maps.Geocoder();g_a61f75df207512cb1f36af173fb8f7c1.geocode( { 'address': "230 W Wilshire Ave, Fullerton, CA 92832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-CA-north-orange-county-cu').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-CA-north-orange-county-cu'), mapOptions);}document.getElementById('867877fe').innerHTML += ' | View Map';var $la61f75df207512cb1f36af173fb8f7c1 = '

North Orange County Cu

Address: 230 W Wilshire Ave, Fullerton, CA 92832, USA
Phone: (714) 871-8400
';var m_a61f75df207512cb1f36af173fb8f7c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Orange County Cu',});m_a61f75df207512cb1f36af173fb8f7c1['infowindow'] = new google.maps.InfoWindow({content: $la61f75df207512cb1f36af173fb8f7c1});var infowindow = new google.maps.InfoWindow({content: $la61f75df207512cb1f36af173fb8f7c1});google.maps.event.addListener(m_a61f75df207512cb1f36af173fb8f7c1, 'click', function() {infowindow.open(map,m_a61f75df207512cb1f36af173fb8f7c1);});$marker.push(m_a61f75df207512cb1f36af173fb8f7c1);}});}google.maps.event.addDomListener(window, 'load', initialize);