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.7771,-122.417)};var g_a9dcc146714bd053238b84413ef7a3ff = new google.maps.Geocoder();g_a9dcc146714bd053238b84413ef7a3ff.geocode( { 'address': "288 Jones St, San Francisco, CA 94102"}, 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('81661cee').innerHTML += ' | View Map';var $la9dcc146714bd053238b84413ef7a3ff = '

Northeast Community Federal Credit Union

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