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.6556,-121.51)};var g_61faac501e9f863aa617e20cf6775066 = new google.maps.Geocoder();g_61faac501e9f863aa617e20cf6775066.geocode( { 'address': "2250 Del Paso Rd, Sacramento, CA 95834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-guild-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-guild-mortgage'), mapOptions);}document.getElementById('b19a06f4').innerHTML += ' | View Map';var $l61faac501e9f863aa617e20cf6775066 = '

Guild Mortgage

Address: 2250 Del Paso Rd, Sacramento, CA 95834, USA
Phone: (916) 575-9740
';var m_61faac501e9f863aa617e20cf6775066 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage',});m_61faac501e9f863aa617e20cf6775066['infowindow'] = new google.maps.InfoWindow({content: $l61faac501e9f863aa617e20cf6775066});var infowindow = new google.maps.InfoWindow({content: $l61faac501e9f863aa617e20cf6775066});google.maps.event.addListener(m_61faac501e9f863aa617e20cf6775066, 'click', function() {infowindow.open(map,m_61faac501e9f863aa617e20cf6775066);});$marker.push(m_61faac501e9f863aa617e20cf6775066);}});}google.maps.event.addDomListener(window, 'load', initialize);