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.7226,-117.165)};var g_7974a2894a581192731c9ccf4a23a05a = new google.maps.Geocoder();g_7974a2894a581192731c9ccf4a23a05a.geocode( { 'address': "937 N Harbor Dr, San Diego, CA 92132"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-north-island-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-north-island-financial-credit-union'), mapOptions);}document.getElementById('a75d3069').innerHTML += ' | View Map';var $l7974a2894a581192731c9ccf4a23a05a = '

North Island Financial Credit Union

Address: 937 N Harbor Dr, San Diego, CA 92132
Phone: (619) 656-4063
';var m_7974a2894a581192731c9ccf4a23a05a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Island Financial Credit Union',});m_7974a2894a581192731c9ccf4a23a05a['infowindow'] = new google.maps.InfoWindow({content: $l7974a2894a581192731c9ccf4a23a05a});var infowindow = new google.maps.InfoWindow({content: $l7974a2894a581192731c9ccf4a23a05a});google.maps.event.addListener(m_7974a2894a581192731c9ccf4a23a05a, 'click', function() {infowindow.open(map,m_7974a2894a581192731c9ccf4a23a05a);});$marker.push(m_7974a2894a581192731c9ccf4a23a05a);}});}google.maps.event.addDomListener(window, 'load', initialize);