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(38.8239,-121.246)};var g_f21474763d3d29e9ae98c05cf7532a16 = new google.maps.Geocoder();g_f21474763d3d29e9ae98c05cf7532a16.geocode( { 'address': "2801 Sitka Dr, Rocklin, CA 95765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-oconner-mortgage-investment').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-oconner-mortgage-investment'), mapOptions);}document.getElementById('3fa290f0').innerHTML += ' | View Map';var $lf21474763d3d29e9ae98c05cf7532a16 = '

Oconner Mortgage Investment

Address: 2801 Sitka Dr, Rocklin, CA 95765, USA
Phone: (916) 624-5393
';var m_f21474763d3d29e9ae98c05cf7532a16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oconner Mortgage Investment',});m_f21474763d3d29e9ae98c05cf7532a16['infowindow'] = new google.maps.InfoWindow({content: $lf21474763d3d29e9ae98c05cf7532a16});var infowindow = new google.maps.InfoWindow({content: $lf21474763d3d29e9ae98c05cf7532a16});google.maps.event.addListener(m_f21474763d3d29e9ae98c05cf7532a16, 'click', function() {infowindow.open(map,m_f21474763d3d29e9ae98c05cf7532a16);});$marker.push(m_f21474763d3d29e9ae98c05cf7532a16);}});}google.maps.event.addDomListener(window, 'load', initialize);