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.9139,-117.147)};var g_a98847f5feb2d1908268e5466806da34 = new google.maps.Geocoder();g_a98847f5feb2d1908268e5466806da34.geocode( { 'address': "8220 Mira Mesa Blvd Suite D, San Diego, CA 92126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-california-coast-credit-union-mira-mesa-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-california-coast-credit-union-mira-mesa-branch'), mapOptions);}document.getElementById('24e0781f').innerHTML += ' | View Map';var $la98847f5feb2d1908268e5466806da34 = '

California Coast Credit Union Mira Mesa Branch

Address: 8220 Mira Mesa Blvd Suite D, San Diego, CA 92126, USA
Phone: (858) 495-1600
';var m_a98847f5feb2d1908268e5466806da34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Coast Credit Union Mira Mesa Branch',});m_a98847f5feb2d1908268e5466806da34['infowindow'] = new google.maps.InfoWindow({content: $la98847f5feb2d1908268e5466806da34});var infowindow = new google.maps.InfoWindow({content: $la98847f5feb2d1908268e5466806da34});google.maps.event.addListener(m_a98847f5feb2d1908268e5466806da34, 'click', function() {infowindow.open(map,m_a98847f5feb2d1908268e5466806da34);});$marker.push(m_a98847f5feb2d1908268e5466806da34);}});}google.maps.event.addDomListener(window, 'load', initialize);