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.7632,-121.27)};var g_0129a222fe10c9896db191c537694699 = new google.maps.Geocoder();g_0129a222fe10c9896db191c537694699.geocode( { 'address': "919 Reserve Dr, Roseville, CA 95678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-cal-tech-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-cal-tech-mortgage'), mapOptions);}document.getElementById('5ad546d3').innerHTML += ' | View Map';var $l0129a222fe10c9896db191c537694699 = '

Cal Tech Mortgage

Address: 919 Reserve Dr, Roseville, CA 95678, USA
Phone: (916) 783-5577
';var m_0129a222fe10c9896db191c537694699 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cal Tech Mortgage',});m_0129a222fe10c9896db191c537694699['infowindow'] = new google.maps.InfoWindow({content: $l0129a222fe10c9896db191c537694699});var infowindow = new google.maps.InfoWindow({content: $l0129a222fe10c9896db191c537694699});google.maps.event.addListener(m_0129a222fe10c9896db191c537694699, 'click', function() {infowindow.open(map,m_0129a222fe10c9896db191c537694699);});$marker.push(m_0129a222fe10c9896db191c537694699);}});}google.maps.event.addDomListener(window, 'load', initialize);