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.5102,-121.556)};var g_ffe7ae9e8f3b22fb2a7ed1793a58b50d = new google.maps.Geocoder();g_ffe7ae9e8f3b22fb2a7ed1793a58b50d.geocode( { 'address': "1640 Lincoln St, Oroville, CA 95965, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oroville-CA-ers-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('oroville-CA-ers-mortgage'), mapOptions);}document.getElementById('ac8d9b14').innerHTML += ' | View Map';var $lffe7ae9e8f3b22fb2a7ed1793a58b50d = '

ERS Mortgage

Address: 1640 Lincoln St, Oroville, CA 95965, USA
Phone: (530) 282-4664
';var m_ffe7ae9e8f3b22fb2a7ed1793a58b50d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ERS Mortgage',});m_ffe7ae9e8f3b22fb2a7ed1793a58b50d['infowindow'] = new google.maps.InfoWindow({content: $lffe7ae9e8f3b22fb2a7ed1793a58b50d});var infowindow = new google.maps.InfoWindow({content: $lffe7ae9e8f3b22fb2a7ed1793a58b50d});google.maps.event.addListener(m_ffe7ae9e8f3b22fb2a7ed1793a58b50d, 'click', function() {infowindow.open(map,m_ffe7ae9e8f3b22fb2a7ed1793a58b50d);});$marker.push(m_ffe7ae9e8f3b22fb2a7ed1793a58b50d);}});}google.maps.event.addDomListener(window, 'load', initialize);