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.8744,-117.854)};var g_4b31cbd7ab8fbbd7f8a510d3bda60c66 = new google.maps.Geocoder();g_4b31cbd7ab8fbbd7f8a510d3bda60c66.geocode( { 'address': "781 W Kimberly Ave, Placentia, CA 92870"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('placentia-CA-eagle-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('placentia-CA-eagle-community-credit-union'), mapOptions);}document.getElementById('c9d296a9').innerHTML += ' | View Map';var $l4b31cbd7ab8fbbd7f8a510d3bda60c66 = '

Eagle Community Credit Union

Address: 781 W Kimberly Ave, Placentia, CA 92870
Phone: (949) 588-9400
';var m_4b31cbd7ab8fbbd7f8a510d3bda60c66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle Community Credit Union',});m_4b31cbd7ab8fbbd7f8a510d3bda60c66['infowindow'] = new google.maps.InfoWindow({content: $l4b31cbd7ab8fbbd7f8a510d3bda60c66});var infowindow = new google.maps.InfoWindow({content: $l4b31cbd7ab8fbbd7f8a510d3bda60c66});google.maps.event.addListener(m_4b31cbd7ab8fbbd7f8a510d3bda60c66, 'click', function() {infowindow.open(map,m_4b31cbd7ab8fbbd7f8a510d3bda60c66);});$marker.push(m_4b31cbd7ab8fbbd7f8a510d3bda60c66);}});}google.maps.event.addDomListener(window, 'load', initialize);