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.5747,-121.405)};var g_cf9832bd92d8872647cea2af8bfee0eb = new google.maps.Geocoder();g_cf9832bd92d8872647cea2af8bfee0eb.geocode( { 'address': "2425 Fair Oaks Blvd Ste 5, Sacramento, CA 95825, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-guaranteed-rate-of-sacramento').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-guaranteed-rate-of-sacramento'), mapOptions);}document.getElementById('a7ca3646').innerHTML += ' | View Map';var $lcf9832bd92d8872647cea2af8bfee0eb = '

Guaranteed Rate of Sacramento

Address: 2425 Fair Oaks Blvd Ste 5, Sacramento, CA 95825, USA
Phone: (916) 877-9599
';var m_cf9832bd92d8872647cea2af8bfee0eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Sacramento',});m_cf9832bd92d8872647cea2af8bfee0eb['infowindow'] = new google.maps.InfoWindow({content: $lcf9832bd92d8872647cea2af8bfee0eb});var infowindow = new google.maps.InfoWindow({content: $lcf9832bd92d8872647cea2af8bfee0eb});google.maps.event.addListener(m_cf9832bd92d8872647cea2af8bfee0eb, 'click', function() {infowindow.open(map,m_cf9832bd92d8872647cea2af8bfee0eb);});$marker.push(m_cf9832bd92d8872647cea2af8bfee0eb);}});}google.maps.event.addDomListener(window, 'load', initialize);