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.7151,-118.008)};var g_f4a6f35fb13c67d4da63ed5b394a25df = new google.maps.Geocoder();g_f4a6f35fb13c67d4da63ed5b394a25df.geocode( { 'address': "2000 Main St, Huntington Beach, CA 92648"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-huntington-beach-city-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-huntington-beach-city-employees-credit-union'), mapOptions);}document.getElementById('04b57e6f').innerHTML += ' | View Map';var $lf4a6f35fb13c67d4da63ed5b394a25df = '

Huntington Beach City Employees Credit Union

Address: 2000 Main St, Huntington Beach, CA 92648
Phone: (714) 536-6517
';var m_f4a6f35fb13c67d4da63ed5b394a25df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Beach City Employees Credit Union',});m_f4a6f35fb13c67d4da63ed5b394a25df['infowindow'] = new google.maps.InfoWindow({content: $lf4a6f35fb13c67d4da63ed5b394a25df});var infowindow = new google.maps.InfoWindow({content: $lf4a6f35fb13c67d4da63ed5b394a25df});google.maps.event.addListener(m_f4a6f35fb13c67d4da63ed5b394a25df, 'click', function() {infowindow.open(map,m_f4a6f35fb13c67d4da63ed5b394a25df);});$marker.push(m_f4a6f35fb13c67d4da63ed5b394a25df);}});}google.maps.event.addDomListener(window, 'load', initialize);