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.6611,-117.082)};var g_eed34ca41862cf471056042953696b78 = new google.maps.Geocoder();g_eed34ca41862cf471056042953696b78.geocode( { 'address': "1704 Sweetwater Rd, National City, CA 91950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('national-city-CA-california-coast-credit-union---national-city-branch').style.display = '';map = new google.maps.Map(document.getElementById('national-city-CA-california-coast-credit-union---national-city-branch'), mapOptions);}document.getElementById('2ced9f0c').innerHTML += ' | View Map';var $leed34ca41862cf471056042953696b78 = '

California Coast Credit Union - National city Branch

Address: 1704 Sweetwater Rd, National City, CA 91950, USA
Phone: (877) 495-1600
';var m_eed34ca41862cf471056042953696b78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Coast Credit Union - National city Branch',});m_eed34ca41862cf471056042953696b78['infowindow'] = new google.maps.InfoWindow({content: $leed34ca41862cf471056042953696b78});var infowindow = new google.maps.InfoWindow({content: $leed34ca41862cf471056042953696b78});google.maps.event.addListener(m_eed34ca41862cf471056042953696b78, 'click', function() {infowindow.open(map,m_eed34ca41862cf471056042953696b78);});$marker.push(m_eed34ca41862cf471056042953696b78);}});}google.maps.event.addDomListener(window, 'load', initialize);