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.7943,-122.404)};var g_cd382e2e8ce6a4e89013cc904a3d5c89 = new google.maps.Geocoder();g_cd382e2e8ce6a4e89013cc904a3d5c89.geocode( { 'address': "683 Clay St, San Francisco, CA 94111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-northeast-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-northeast-community-fcu'), mapOptions);}document.getElementById('5c5a9386').innerHTML += ' | View Map';var $lcd382e2e8ce6a4e89013cc904a3d5c89 = '

Northeast Community FCU

Address: 683 Clay St, San Francisco, CA 94111, USA
Phone: (415) 434-0738
';var m_cd382e2e8ce6a4e89013cc904a3d5c89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Community FCU',});m_cd382e2e8ce6a4e89013cc904a3d5c89['infowindow'] = new google.maps.InfoWindow({content: $lcd382e2e8ce6a4e89013cc904a3d5c89});var infowindow = new google.maps.InfoWindow({content: $lcd382e2e8ce6a4e89013cc904a3d5c89});google.maps.event.addListener(m_cd382e2e8ce6a4e89013cc904a3d5c89, 'click', function() {infowindow.open(map,m_cd382e2e8ce6a4e89013cc904a3d5c89);});$marker.push(m_cd382e2e8ce6a4e89013cc904a3d5c89);}});}google.maps.event.addDomListener(window, 'load', initialize);