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.603,-121.416)};var g_4c03f769f791d9f1148f3b1e59090473 = new google.maps.Geocoder();g_4c03f769f791d9f1148f3b1e59090473.geocode( { 'address': "2033 Howe Ave #110, Sacramento, CA 95814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-mason-mcduffie-mortgage-corproation').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-mason-mcduffie-mortgage-corproation'), mapOptions);}document.getElementById('30418f6b').innerHTML += ' | View Map';var $l4c03f769f791d9f1148f3b1e59090473 = '

Mason-McDuffie Mortgage Corproation

Address: 2033 Howe Ave #110, Sacramento, CA 95814, USA
Phone: (916) 929-2333
';var m_4c03f769f791d9f1148f3b1e59090473 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mason-McDuffie Mortgage Corproation',});m_4c03f769f791d9f1148f3b1e59090473['infowindow'] = new google.maps.InfoWindow({content: $l4c03f769f791d9f1148f3b1e59090473});var infowindow = new google.maps.InfoWindow({content: $l4c03f769f791d9f1148f3b1e59090473});google.maps.event.addListener(m_4c03f769f791d9f1148f3b1e59090473, 'click', function() {infowindow.open(map,m_4c03f769f791d9f1148f3b1e59090473);});$marker.push(m_4c03f769f791d9f1148f3b1e59090473);}});}google.maps.event.addDomListener(window, 'load', initialize);