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.7085,-117.951)};var g_938706e5e346fbc11f485871450ae13d = new google.maps.Geocoder();g_938706e5e346fbc11f485871450ae13d.geocode( { 'address': "10200 Slater Ave, Fountain Valley, CA 92708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fountain-valley-CA-fountain-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fountain-valley-CA-fountain-valley-credit-union'), mapOptions);}document.getElementById('b70d3ed1').innerHTML += ' | View Map';var $l938706e5e346fbc11f485871450ae13d = '

Fountain Valley Credit Union

Address: 10200 Slater Ave, Fountain Valley, CA 92708, USA
Phone: (714) 593-4400
';var m_938706e5e346fbc11f485871450ae13d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fountain Valley Credit Union',});m_938706e5e346fbc11f485871450ae13d['infowindow'] = new google.maps.InfoWindow({content: $l938706e5e346fbc11f485871450ae13d});var infowindow = new google.maps.InfoWindow({content: $l938706e5e346fbc11f485871450ae13d});google.maps.event.addListener(m_938706e5e346fbc11f485871450ae13d, 'click', function() {infowindow.open(map,m_938706e5e346fbc11f485871450ae13d);});$marker.push(m_938706e5e346fbc11f485871450ae13d);}});}google.maps.event.addDomListener(window, 'load', initialize);