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(38.0107,-122.045)};var g_df81429c9539d05c6c7b99ba10465f9d = new google.maps.Geocoder();g_df81429c9539d05c6c7b99ba10465f9d.geocode( { 'address': "4075 Nelson AveSte E, Concord, CA 94520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-CA-california-pacific-fcu').style.display = '';map = new google.maps.Map(document.getElementById('concord-CA-california-pacific-fcu'), mapOptions);}document.getElementById('65649599').innerHTML += ' | View Map';var $ldf81429c9539d05c6c7b99ba10465f9d = '

California Pacific FCU

Address: 4075 Nelson AveSte E, Concord, CA 94520, USA
Phone: (925) 677-0850
';var m_df81429c9539d05c6c7b99ba10465f9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Pacific FCU',});m_df81429c9539d05c6c7b99ba10465f9d['infowindow'] = new google.maps.InfoWindow({content: $ldf81429c9539d05c6c7b99ba10465f9d});var infowindow = new google.maps.InfoWindow({content: $ldf81429c9539d05c6c7b99ba10465f9d});google.maps.event.addListener(m_df81429c9539d05c6c7b99ba10465f9d, 'click', function() {infowindow.open(map,m_df81429c9539d05c6c7b99ba10465f9d);});$marker.push(m_df81429c9539d05c6c7b99ba10465f9d);}});}google.maps.event.addDomListener(window, 'load', initialize);