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.808,-118.187)};var g_8974d1c2ab745628987814c8ef2b0128 = new google.maps.Geocoder();g_8974d1c2ab745628987814c8ef2b0128.geocode( { 'address': "2801 Atlantic Ave, Long Beach, CA 90806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-allied-healthcare-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-allied-healthcare-federal-credit-union'), mapOptions);}document.getElementById('4d58299f').innerHTML += ' | View Map';var $l8974d1c2ab745628987814c8ef2b0128 = '

Allied Healthcare Federal Credit Union

Address: 2801 Atlantic Ave, Long Beach, CA 90806, USA
Phone: (562) 933-0370
';var m_8974d1c2ab745628987814c8ef2b0128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Healthcare Federal Credit Union',});m_8974d1c2ab745628987814c8ef2b0128['infowindow'] = new google.maps.InfoWindow({content: $l8974d1c2ab745628987814c8ef2b0128});var infowindow = new google.maps.InfoWindow({content: $l8974d1c2ab745628987814c8ef2b0128});google.maps.event.addListener(m_8974d1c2ab745628987814c8ef2b0128, 'click', function() {infowindow.open(map,m_8974d1c2ab745628987814c8ef2b0128);});$marker.push(m_8974d1c2ab745628987814c8ef2b0128);}});}google.maps.event.addDomListener(window, 'load', initialize);