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.5836,-117.11)};var g_7625ba4c8bf282f8600d637904076807 = new google.maps.Geocoder();g_7625ba4c8bf282f8600d637904076807.geocode( { 'address': "1101 Palm Ave, Imperial Beach, CA 91932, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('imperial-beach-CA-north-island-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('imperial-beach-CA-north-island-credit-union'), mapOptions);}document.getElementById('116d56a1').innerHTML += ' | View Map';var $l7625ba4c8bf282f8600d637904076807 = '

North Island Credit Union

Address: 1101 Palm Ave, Imperial Beach, CA 91932, USA
Phone: (800) 848-5654
';var m_7625ba4c8bf282f8600d637904076807 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Island Credit Union',});m_7625ba4c8bf282f8600d637904076807['infowindow'] = new google.maps.InfoWindow({content: $l7625ba4c8bf282f8600d637904076807});var infowindow = new google.maps.InfoWindow({content: $l7625ba4c8bf282f8600d637904076807});google.maps.event.addListener(m_7625ba4c8bf282f8600d637904076807, 'click', function() {infowindow.open(map,m_7625ba4c8bf282f8600d637904076807);});$marker.push(m_7625ba4c8bf282f8600d637904076807);}});}google.maps.event.addDomListener(window, 'load', initialize);