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.8918,-118.373)};var g_50ea94ac8b34e7624195ce545eb41a45 = new google.maps.Geocoder();g_50ea94ac8b34e7624195ce545eb41a45.geocode( { 'address': "One Space Park Dr, Building S, Redondo Beach, CA 90278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-unify-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-unify-financial-credit-union'), mapOptions);}document.getElementById('86d6d3ce').innerHTML += ' | View Map';var $l50ea94ac8b34e7624195ce545eb41a45 = '

UNIFY Financial Credit Union

Address: One Space Park Dr, Building S, Redondo Beach, CA 90278, USA
Phone: (877) 254-9328
';var m_50ea94ac8b34e7624195ce545eb41a45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UNIFY Financial Credit Union',});m_50ea94ac8b34e7624195ce545eb41a45['infowindow'] = new google.maps.InfoWindow({content: $l50ea94ac8b34e7624195ce545eb41a45});var infowindow = new google.maps.InfoWindow({content: $l50ea94ac8b34e7624195ce545eb41a45});google.maps.event.addListener(m_50ea94ac8b34e7624195ce545eb41a45, 'click', function() {infowindow.open(map,m_50ea94ac8b34e7624195ce545eb41a45);});$marker.push(m_50ea94ac8b34e7624195ce545eb41a45);}});}google.maps.event.addDomListener(window, 'load', initialize);