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.721,-117.16)};var g_cbf66d053fa53ff5ad8a9e83e2f864be = new google.maps.Geocoder();g_cbf66d053fa53ff5ad8a9e83e2f864be.geocode( { 'address': "440 Beech St, San Diego, CA 92101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-california-coast-credit-union-downtown-san-diego-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-california-coast-credit-union-downtown-san-diego-branch'), mapOptions);}document.getElementById('cb352a65').innerHTML += ' | View Map';var $lcbf66d053fa53ff5ad8a9e83e2f864be = '

California Coast Credit Union Downtown San Diego Branch

Address: 440 Beech St, San Diego, CA 92101, USA
Phone: (858) 495-1600
';var m_cbf66d053fa53ff5ad8a9e83e2f864be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Coast Credit Union Downtown San Diego Branch',});m_cbf66d053fa53ff5ad8a9e83e2f864be['infowindow'] = new google.maps.InfoWindow({content: $lcbf66d053fa53ff5ad8a9e83e2f864be});var infowindow = new google.maps.InfoWindow({content: $lcbf66d053fa53ff5ad8a9e83e2f864be});google.maps.event.addListener(m_cbf66d053fa53ff5ad8a9e83e2f864be, 'click', function() {infowindow.open(map,m_cbf66d053fa53ff5ad8a9e83e2f864be);});$marker.push(m_cbf66d053fa53ff5ad8a9e83e2f864be);}});}google.maps.event.addDomListener(window, 'load', initialize);