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(37.7838,-122.412)};var g_95c3e47a9506961802732677d767cb8a = new google.maps.Geocoder();g_95c3e47a9506961802732677d767cb8a.geocode( { 'address': "288 Jones St, San Francisco, CA 94102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-northeast-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-northeast-community-federal-credit-union'), mapOptions);}document.getElementById('08b5bdd4').innerHTML += ' | View Map';var $l95c3e47a9506961802732677d767cb8a = '

Northeast Community Federal Credit Union

Address: 288 Jones St, San Francisco, CA 94102, USA
Phone: (415) 441-7283
';var m_95c3e47a9506961802732677d767cb8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Community Federal Credit Union',});m_95c3e47a9506961802732677d767cb8a['infowindow'] = new google.maps.InfoWindow({content: $l95c3e47a9506961802732677d767cb8a});var infowindow = new google.maps.InfoWindow({content: $l95c3e47a9506961802732677d767cb8a});google.maps.event.addListener(m_95c3e47a9506961802732677d767cb8a, 'click', function() {infowindow.open(map,m_95c3e47a9506961802732677d767cb8a);});$marker.push(m_95c3e47a9506961802732677d767cb8a);}});}google.maps.event.addDomListener(window, 'load', initialize);