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(32.687,-117.079)};var g_9682c60836265a4a17e7d79e08da0928 = new google.maps.Geocoder();g_9682c60836265a4a17e7d79e08da0928.geocode( { 'address': "2700 E 4th St, National City, CA 91950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('national-city-CA-paradise-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('national-city-CA-paradise-valley-federal-credit-union'), mapOptions);}document.getElementById('bb9631a2').innerHTML += ' | View Map';var $l9682c60836265a4a17e7d79e08da0928 = '

Paradise Valley Federal Credit Union

Address: 2700 E 4th St, National City, CA 91950, USA
Phone: (619) 475-4313
';var m_9682c60836265a4a17e7d79e08da0928 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paradise Valley Federal Credit Union',});m_9682c60836265a4a17e7d79e08da0928['infowindow'] = new google.maps.InfoWindow({content: $l9682c60836265a4a17e7d79e08da0928});var infowindow = new google.maps.InfoWindow({content: $l9682c60836265a4a17e7d79e08da0928});google.maps.event.addListener(m_9682c60836265a4a17e7d79e08da0928, 'click', function() {infowindow.open(map,m_9682c60836265a4a17e7d79e08da0928);});$marker.push(m_9682c60836265a4a17e7d79e08da0928);}});}google.maps.event.addDomListener(window, 'load', initialize);