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.804,-122.271)};var g_8f00d2f049c415df713df8bdb194e75d = new google.maps.Geocoder();g_8f00d2f049c415df713df8bdb194e75d.geocode( { 'address': "3rd Floor,, 1330 Broadway, Oakland, CA 94612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-northern-california-community-loan-fund').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-northern-california-community-loan-fund'), mapOptions);}document.getElementById('998efccc').innerHTML += ' | View Map';var $l8f00d2f049c415df713df8bdb194e75d = '

Northern California Community Loan Fund

Address: 3rd Floor,, 1330 Broadway, Oakland, CA 94612, USA
Phone: (415) 392-8215
';var m_8f00d2f049c415df713df8bdb194e75d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern California Community Loan Fund',});m_8f00d2f049c415df713df8bdb194e75d['infowindow'] = new google.maps.InfoWindow({content: $l8f00d2f049c415df713df8bdb194e75d});var infowindow = new google.maps.InfoWindow({content: $l8f00d2f049c415df713df8bdb194e75d});google.maps.event.addListener(m_8f00d2f049c415df713df8bdb194e75d, 'click', function() {infowindow.open(map,m_8f00d2f049c415df713df8bdb194e75d);});$marker.push(m_8f00d2f049c415df713df8bdb194e75d);}});}google.maps.event.addDomListener(window, 'load', initialize);