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.7842,-117.127)};var g_862090b94c4637688088941f122041df = new google.maps.Geocoder();g_862090b94c4637688088941f122041df.geocode( { 'address': "2375 Northside Dr #125, San Diego, CA 92109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-kinecta-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-kinecta-federal-credit-union'), mapOptions);}document.getElementById('07c7133c').innerHTML += ' | View Map';var $l862090b94c4637688088941f122041df = '

Kinecta Federal Credit Union

Address: 2375 Northside Dr #125, San Diego, CA 92109, USA
Phone: (619) 282-0792
';var m_862090b94c4637688088941f122041df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kinecta Federal Credit Union',});m_862090b94c4637688088941f122041df['infowindow'] = new google.maps.InfoWindow({content: $l862090b94c4637688088941f122041df});var infowindow = new google.maps.InfoWindow({content: $l862090b94c4637688088941f122041df});google.maps.event.addListener(m_862090b94c4637688088941f122041df, 'click', function() {infowindow.open(map,m_862090b94c4637688088941f122041df);});$marker.push(m_862090b94c4637688088941f122041df);}});}google.maps.event.addDomListener(window, 'load', initialize);