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.0626,-118.044)};var g_10f010bec9d617466a8744ddda4fc031 = new google.maps.Geocoder();g_10f010bec9d617466a8744ddda4fc031.geocode( { 'address': "10458 Garvey Ave, El Monte, CA 91733, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-monte-CA-nix-neighborhood-lending').style.display = '';map = new google.maps.Map(document.getElementById('el-monte-CA-nix-neighborhood-lending'), mapOptions);}document.getElementById('1c249983').innerHTML += ' | View Map';var $l10f010bec9d617466a8744ddda4fc031 = '

Nix Neighborhood Lending

Address: 10458 Garvey Ave, El Monte, CA 91733, USA
Phone: (626) 350-4984
';var m_10f010bec9d617466a8744ddda4fc031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nix Neighborhood Lending',});m_10f010bec9d617466a8744ddda4fc031['infowindow'] = new google.maps.InfoWindow({content: $l10f010bec9d617466a8744ddda4fc031});var infowindow = new google.maps.InfoWindow({content: $l10f010bec9d617466a8744ddda4fc031});google.maps.event.addListener(m_10f010bec9d617466a8744ddda4fc031, 'click', function() {infowindow.open(map,m_10f010bec9d617466a8744ddda4fc031);});$marker.push(m_10f010bec9d617466a8744ddda4fc031);}});}google.maps.event.addDomListener(window, 'load', initialize);