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(34.6904,-118.146)};var g_3fd7d338bed9d331284813efc8c1a11f = new google.maps.Geocoder();g_3fd7d338bed9d331284813efc8c1a11f.geocode( { 'address': "907 W Avenue J, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-nix-neighborhood-lending').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-nix-neighborhood-lending'), mapOptions);}document.getElementById('dd64389d').innerHTML += ' | View Map';var $l3fd7d338bed9d331284813efc8c1a11f = '

Nix Neighborhood Lending

Address: 907 W Avenue J, Lancaster, CA 93534, USA
Phone: (661) 949-2533
';var m_3fd7d338bed9d331284813efc8c1a11f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nix Neighborhood Lending',});m_3fd7d338bed9d331284813efc8c1a11f['infowindow'] = new google.maps.InfoWindow({content: $l3fd7d338bed9d331284813efc8c1a11f});var infowindow = new google.maps.InfoWindow({content: $l3fd7d338bed9d331284813efc8c1a11f});google.maps.event.addListener(m_3fd7d338bed9d331284813efc8c1a11f, 'click', function() {infowindow.open(map,m_3fd7d338bed9d331284813efc8c1a11f);});$marker.push(m_3fd7d338bed9d331284813efc8c1a11f);}});}google.maps.event.addDomListener(window, 'load', initialize);