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.9069,-117.179)};var g_105b8a4e08ca0073df0f046c98840ff7 = new google.maps.Geocoder();g_105b8a4e08ca0073df0f046c98840ff7.geocode( { 'address': "6545 Sequence Dr, San Diego, CA 92121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-san-diego-county-credit-union-operations-center').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-san-diego-county-credit-union-operations-center'), mapOptions);}document.getElementById('3a55126b').innerHTML += ' | View Map';var $l105b8a4e08ca0073df0f046c98840ff7 = '

San Diego County Credit Union Operations Center

Address: 6545 Sequence Dr, San Diego, CA 92121, USA
Phone: (877) 732-2848
';var m_105b8a4e08ca0073df0f046c98840ff7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Diego County Credit Union Operations Center',});m_105b8a4e08ca0073df0f046c98840ff7['infowindow'] = new google.maps.InfoWindow({content: $l105b8a4e08ca0073df0f046c98840ff7});var infowindow = new google.maps.InfoWindow({content: $l105b8a4e08ca0073df0f046c98840ff7});google.maps.event.addListener(m_105b8a4e08ca0073df0f046c98840ff7, 'click', function() {infowindow.open(map,m_105b8a4e08ca0073df0f046c98840ff7);});$marker.push(m_105b8a4e08ca0073df0f046c98840ff7);}});}google.maps.event.addDomListener(window, 'load', initialize);