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.6804,-117.08)};var g_57254eaa52f6f0e2ed1f99b89bd7f291 = new google.maps.Geocoder();g_57254eaa52f6f0e2ed1f99b89bd7f291.geocode( { 'address': "2525 E Plaza Blvd, National City, CA 91950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('national-city-CA-sdccu-national-city-branch').style.display = '';map = new google.maps.Map(document.getElementById('national-city-CA-sdccu-national-city-branch'), mapOptions);}document.getElementById('8476d79c').innerHTML += ' | View Map';var $l57254eaa52f6f0e2ed1f99b89bd7f291 = '

SDCCU National City Branch

Address: 2525 E Plaza Blvd, National City, CA 91950, USA
Phone: (877) 732-2848
';var m_57254eaa52f6f0e2ed1f99b89bd7f291 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SDCCU National City Branch',});m_57254eaa52f6f0e2ed1f99b89bd7f291['infowindow'] = new google.maps.InfoWindow({content: $l57254eaa52f6f0e2ed1f99b89bd7f291});var infowindow = new google.maps.InfoWindow({content: $l57254eaa52f6f0e2ed1f99b89bd7f291});google.maps.event.addListener(m_57254eaa52f6f0e2ed1f99b89bd7f291, 'click', function() {infowindow.open(map,m_57254eaa52f6f0e2ed1f99b89bd7f291);});$marker.push(m_57254eaa52f6f0e2ed1f99b89bd7f291);}});}google.maps.event.addDomListener(window, 'load', initialize);