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.7487,-117.154)};var g_b0f2ad44d26e1a6f244201fe0fd864d1 = new google.maps.Geocoder();g_b0f2ad44d26e1a6f244201fe0fd864d1.geocode( { 'address': "1060 University Ave Suite A101, San Diego, CA 92103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-california-coast-credit-union-hillcrest-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-california-coast-credit-union-hillcrest-branch'), mapOptions);}document.getElementById('2ea1133d').innerHTML += ' | View Map';var $lb0f2ad44d26e1a6f244201fe0fd864d1 = '

California Coast Credit Union Hillcrest Branch

Address: 1060 University Ave Suite A101, San Diego, CA 92103, USA
Phone: (858) 495-1600
';var m_b0f2ad44d26e1a6f244201fe0fd864d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Coast Credit Union Hillcrest Branch',});m_b0f2ad44d26e1a6f244201fe0fd864d1['infowindow'] = new google.maps.InfoWindow({content: $lb0f2ad44d26e1a6f244201fe0fd864d1});var infowindow = new google.maps.InfoWindow({content: $lb0f2ad44d26e1a6f244201fe0fd864d1});google.maps.event.addListener(m_b0f2ad44d26e1a6f244201fe0fd864d1, 'click', function() {infowindow.open(map,m_b0f2ad44d26e1a6f244201fe0fd864d1);});$marker.push(m_b0f2ad44d26e1a6f244201fe0fd864d1);}});}google.maps.event.addDomListener(window, 'load', initialize);