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.6584,-117.919)};var g_3677481dc67fc92d2347a706e9a64285 = new google.maps.Geocoder();g_3677481dc67fc92d2347a706e9a64285.geocode( { 'address': "2300 Harbor Blvd, Costa Mesa, CA 92626, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('costa-mesa-CA-schoolsfirst-federal-credit-union---costa-mesa').style.display = '';map = new google.maps.Map(document.getElementById('costa-mesa-CA-schoolsfirst-federal-credit-union---costa-mesa'), mapOptions);}document.getElementById('6a988b81').innerHTML += ' | View Map';var $l3677481dc67fc92d2347a706e9a64285 = '

SchoolsFirst Federal Credit Union - Costa Mesa

Address: 2300 Harbor Blvd, Costa Mesa, CA 92626, USA
Phone: (800) 462-8328
';var m_3677481dc67fc92d2347a706e9a64285 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SchoolsFirst Federal Credit Union - Costa Mesa',});m_3677481dc67fc92d2347a706e9a64285['infowindow'] = new google.maps.InfoWindow({content: $l3677481dc67fc92d2347a706e9a64285});var infowindow = new google.maps.InfoWindow({content: $l3677481dc67fc92d2347a706e9a64285});google.maps.event.addListener(m_3677481dc67fc92d2347a706e9a64285, 'click', function() {infowindow.open(map,m_3677481dc67fc92d2347a706e9a64285);});$marker.push(m_3677481dc67fc92d2347a706e9a64285);}});}google.maps.event.addDomListener(window, 'load', initialize);