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.7747,-117.918)};var g_e654e714cf5c2214d7f9a62a87776b6f = new google.maps.Geocoder();g_e654e714cf5c2214d7f9a62a87776b6f.geocode( { 'address': "12934 Harbor Blvd, Garden Grove, CA 92840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-grove-CA-eagle-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('garden-grove-CA-eagle-community-credit-union'), mapOptions);}document.getElementById('ef16d59c').innerHTML += ' | View Map';var $le654e714cf5c2214d7f9a62a87776b6f = '

Eagle Community Credit Union

Address: 12934 Harbor Blvd, Garden Grove, CA 92840, USA
Phone: (949) 588-9400
';var m_e654e714cf5c2214d7f9a62a87776b6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle Community Credit Union',});m_e654e714cf5c2214d7f9a62a87776b6f['infowindow'] = new google.maps.InfoWindow({content: $le654e714cf5c2214d7f9a62a87776b6f});var infowindow = new google.maps.InfoWindow({content: $le654e714cf5c2214d7f9a62a87776b6f});google.maps.event.addListener(m_e654e714cf5c2214d7f9a62a87776b6f, 'click', function() {infowindow.open(map,m_e654e714cf5c2214d7f9a62a87776b6f);});$marker.push(m_e654e714cf5c2214d7f9a62a87776b6f);}});}google.maps.event.addDomListener(window, 'load', initialize);