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(39.1381,-121.676)};var g_8a3ccf95e588f7c28f6f3595aa8d7ee2 = new google.maps.Geocoder();g_8a3ccf95e588f7c28f6f3595aa8d7ee2.geocode( { 'address': "3241 Industrial Dr, Yuba City, CA 95993, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuba-city-CA-chl-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('yuba-city-CA-chl-mortgage'), mapOptions);}document.getElementById('43025aa2').innerHTML += ' | View Map';var $l8a3ccf95e588f7c28f6f3595aa8d7ee2 = '

CHL Mortgage

Address: 3241 Industrial Dr, Yuba City, CA 95993, USA
Phone: (530) 751-5155
';var m_8a3ccf95e588f7c28f6f3595aa8d7ee2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CHL Mortgage',});m_8a3ccf95e588f7c28f6f3595aa8d7ee2['infowindow'] = new google.maps.InfoWindow({content: $l8a3ccf95e588f7c28f6f3595aa8d7ee2});var infowindow = new google.maps.InfoWindow({content: $l8a3ccf95e588f7c28f6f3595aa8d7ee2});google.maps.event.addListener(m_8a3ccf95e588f7c28f6f3595aa8d7ee2, 'click', function() {infowindow.open(map,m_8a3ccf95e588f7c28f6f3595aa8d7ee2);});$marker.push(m_8a3ccf95e588f7c28f6f3595aa8d7ee2);}});}google.maps.event.addDomListener(window, 'load', initialize);