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.1834,-118.15)};var g_1178bc9c832680866b120a7911081a4d = new google.maps.Geocoder();g_1178bc9c832680866b120a7911081a4d.geocode( { 'address': "2186 N Fair Oaks Ave, Altadena, CA 91001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altadena-CA-nix-neighborhood-lending').style.display = '';map = new google.maps.Map(document.getElementById('altadena-CA-nix-neighborhood-lending'), mapOptions);}document.getElementById('62eac235').innerHTML += ' | View Map';var $l1178bc9c832680866b120a7911081a4d = '

Nix Neighborhood Lending

Address: 2186 N Fair Oaks Ave, Altadena, CA 91001, USA
Phone: (626) 398-9352
';var m_1178bc9c832680866b120a7911081a4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nix Neighborhood Lending',});m_1178bc9c832680866b120a7911081a4d['infowindow'] = new google.maps.InfoWindow({content: $l1178bc9c832680866b120a7911081a4d});var infowindow = new google.maps.InfoWindow({content: $l1178bc9c832680866b120a7911081a4d});google.maps.event.addListener(m_1178bc9c832680866b120a7911081a4d, 'click', function() {infowindow.open(map,m_1178bc9c832680866b120a7911081a4d);});$marker.push(m_1178bc9c832680866b120a7911081a4d);}});}google.maps.event.addDomListener(window, 'load', initialize);