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(38.5771,-121.467)};var g_65709568780630a7db73155b83acd5a2 = new google.maps.Geocoder();g_65709568780630a7db73155b83acd5a2.geocode( { 'address': "2831 G St #200, Sacramento, CA 95816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-neighbors-financial-corporation---nmls-119875').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-neighbors-financial-corporation---nmls-119875'), mapOptions);}document.getElementById('953f0ca0').innerHTML += ' | View Map';var $l65709568780630a7db73155b83acd5a2 = '

Neighbor's Financial Corporation - NMLS 119875

Address: 2831 G St #200, Sacramento, CA 95816, USA
Phone: (855) 732-2340
';var m_65709568780630a7db73155b83acd5a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighbor's Financial Corporation - NMLS 119875',});m_65709568780630a7db73155b83acd5a2['infowindow'] = new google.maps.InfoWindow({content: $l65709568780630a7db73155b83acd5a2});var infowindow = new google.maps.InfoWindow({content: $l65709568780630a7db73155b83acd5a2});google.maps.event.addListener(m_65709568780630a7db73155b83acd5a2, 'click', function() {infowindow.open(map,m_65709568780630a7db73155b83acd5a2);});$marker.push(m_65709568780630a7db73155b83acd5a2);}});}google.maps.event.addDomListener(window, 'load', initialize);