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.7602,-118.081)};var g_95c923a1a1c6ddaea9265384c6746fed = new google.maps.Geocoder();g_95c923a1a1c6ddaea9265384c6746fed.geocode( { 'address': "1419 Northwood Rd, Seal Beach, CA 90740"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seal-beach-CA-nuvision-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('seal-beach-CA-nuvision-federal-credit-union'), mapOptions);}document.getElementById('5d622204').innerHTML += ' | View Map';var $l95c923a1a1c6ddaea9265384c6746fed = '

NuVision Federal Credit Union

Address: 1419 Northwood Rd, Seal Beach, CA 90740
Phone: (562) 594-0280
';var m_95c923a1a1c6ddaea9265384c6746fed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NuVision Federal Credit Union',});m_95c923a1a1c6ddaea9265384c6746fed['infowindow'] = new google.maps.InfoWindow({content: $l95c923a1a1c6ddaea9265384c6746fed});var infowindow = new google.maps.InfoWindow({content: $l95c923a1a1c6ddaea9265384c6746fed});google.maps.event.addListener(m_95c923a1a1c6ddaea9265384c6746fed, 'click', function() {infowindow.open(map,m_95c923a1a1c6ddaea9265384c6746fed);});$marker.push(m_95c923a1a1c6ddaea9265384c6746fed);}});}google.maps.event.addDomListener(window, 'load', initialize);