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.8195,-117.126)};var g_a9de60afd57c4b14691ab6d70275575f = new google.maps.Geocoder();g_a9de60afd57c4b14691ab6d70275575f.geocode( { 'address': "4285 Ruffin Rd, San Diego, CA 92123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-california-coast-credit-union-kearny-mesa-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-california-coast-credit-union-kearny-mesa-branch'), mapOptions);}document.getElementById('cef72f03').innerHTML += ' | View Map';var $la9de60afd57c4b14691ab6d70275575f = '

California Coast Credit Union Kearny Mesa Branch

Address: 4285 Ruffin Rd, San Diego, CA 92123, USA
Phone: (858) 495-1600
';var m_a9de60afd57c4b14691ab6d70275575f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Coast Credit Union Kearny Mesa Branch',});m_a9de60afd57c4b14691ab6d70275575f['infowindow'] = new google.maps.InfoWindow({content: $la9de60afd57c4b14691ab6d70275575f});var infowindow = new google.maps.InfoWindow({content: $la9de60afd57c4b14691ab6d70275575f});google.maps.event.addListener(m_a9de60afd57c4b14691ab6d70275575f, 'click', function() {infowindow.open(map,m_a9de60afd57c4b14691ab6d70275575f);});$marker.push(m_a9de60afd57c4b14691ab6d70275575f);}});}google.maps.event.addDomListener(window, 'load', initialize);