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(34.0368,-118.266)};var g_da03f199c412d11a49b49577611fe9f0 = new google.maps.Geocoder();g_da03f199c412d11a49b49577611fe9f0.geocode( { 'address': "1423 S Grand Ave, Los Angeles, CA 90015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-la-healthcare-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-la-healthcare-fed-credit-union'), mapOptions);}document.getElementById('5fdd63bd').innerHTML += ' | View Map';var $lda03f199c412d11a49b49577611fe9f0 = '

La Healthcare Fed Credit Union

Address: 1423 S Grand Ave, Los Angeles, CA 90015, USA
Phone: (213) 748-4788
';var m_da03f199c412d11a49b49577611fe9f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'La Healthcare Fed Credit Union',});m_da03f199c412d11a49b49577611fe9f0['infowindow'] = new google.maps.InfoWindow({content: $lda03f199c412d11a49b49577611fe9f0});var infowindow = new google.maps.InfoWindow({content: $lda03f199c412d11a49b49577611fe9f0});google.maps.event.addListener(m_da03f199c412d11a49b49577611fe9f0, 'click', function() {infowindow.open(map,m_da03f199c412d11a49b49577611fe9f0);});$marker.push(m_da03f199c412d11a49b49577611fe9f0);}});}google.maps.event.addDomListener(window, 'load', initialize);