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.6781,-118)};var g_317bf726f02c4f45780e934f714a9c08 = new google.maps.Geocoder();g_317bf726f02c4f45780e934f714a9c08.geocode( { 'address': "2000 Main St, Huntington Beach, CA 92648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-huntington-beach-city-emp-cu').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-huntington-beach-city-emp-cu'), mapOptions);}document.getElementById('baeeaec9').innerHTML += ' | View Map';var $l317bf726f02c4f45780e934f714a9c08 = '

Huntington Beach City Emp CU

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