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.9389,-122.057)};var g_b9c0e0888d16a7e64963650f3834cf4e = new google.maps.Geocoder();g_b9c0e0888d16a7e64963650f3834cf4e.geocode( { 'address': "3478 Buskirk Ave #1001, Pleasant Hill, CA 94523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasant-hill-CA-neighbourhood-lending-group').style.display = '';map = new google.maps.Map(document.getElementById('pleasant-hill-CA-neighbourhood-lending-group'), mapOptions);}document.getElementById('724dc5ee').innerHTML += ' | View Map';var $lb9c0e0888d16a7e64963650f3834cf4e = '

Neighbourhood Lending Group

Address: 3478 Buskirk Ave #1001, Pleasant Hill, CA 94523, USA
Phone: (925) 825-2800
';var m_b9c0e0888d16a7e64963650f3834cf4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighbourhood Lending Group',});m_b9c0e0888d16a7e64963650f3834cf4e['infowindow'] = new google.maps.InfoWindow({content: $lb9c0e0888d16a7e64963650f3834cf4e});var infowindow = new google.maps.InfoWindow({content: $lb9c0e0888d16a7e64963650f3834cf4e});google.maps.event.addListener(m_b9c0e0888d16a7e64963650f3834cf4e, 'click', function() {infowindow.open(map,m_b9c0e0888d16a7e64963650f3834cf4e);});$marker.push(m_b9c0e0888d16a7e64963650f3834cf4e);}});}google.maps.event.addDomListener(window, 'load', initialize);