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(33.8479,-118.264)};var g_0a050629e2c0a2e6e41e138b77865af7 = new google.maps.Geocoder();g_0a050629e2c0a2e6e41e138b77865af7.geocode( { 'address': "20238 S Avalon Blvd, Carson, CA 90746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carson-CA-nix-neighborhood-lending').style.display = '';map = new google.maps.Map(document.getElementById('carson-CA-nix-neighborhood-lending'), mapOptions);}document.getElementById('c44ef536').innerHTML += ' | View Map';var $l0a050629e2c0a2e6e41e138b77865af7 = '

Nix Neighborhood Lending

Address: 20238 S Avalon Blvd, Carson, CA 90746, USA
Phone: (310) 532-5885
';var m_0a050629e2c0a2e6e41e138b77865af7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nix Neighborhood Lending',});m_0a050629e2c0a2e6e41e138b77865af7['infowindow'] = new google.maps.InfoWindow({content: $l0a050629e2c0a2e6e41e138b77865af7});var infowindow = new google.maps.InfoWindow({content: $l0a050629e2c0a2e6e41e138b77865af7});google.maps.event.addListener(m_0a050629e2c0a2e6e41e138b77865af7, 'click', function() {infowindow.open(map,m_0a050629e2c0a2e6e41e138b77865af7);});$marker.push(m_0a050629e2c0a2e6e41e138b77865af7);}});}google.maps.event.addDomListener(window, 'load', initialize);