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.6572,-121.175)};var g_15fddc3a74f3f9a48916e97fdef9fa51 = new google.maps.Geocoder();g_15fddc3a74f3f9a48916e97fdef9fa51.geocode( { 'address': "400 Plaza Dr #140, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-plaza-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-plaza-home-mortgage'), mapOptions);}document.getElementById('6cd3bfc1').innerHTML += ' | View Map';var $l15fddc3a74f3f9a48916e97fdef9fa51 = '

Plaza Home Mortgage

Address: 400 Plaza Dr #140, Folsom, CA 95630, USA
Phone: (916) 353-4800
';var m_15fddc3a74f3f9a48916e97fdef9fa51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plaza Home Mortgage',});m_15fddc3a74f3f9a48916e97fdef9fa51['infowindow'] = new google.maps.InfoWindow({content: $l15fddc3a74f3f9a48916e97fdef9fa51});var infowindow = new google.maps.InfoWindow({content: $l15fddc3a74f3f9a48916e97fdef9fa51});google.maps.event.addListener(m_15fddc3a74f3f9a48916e97fdef9fa51, 'click', function() {infowindow.open(map,m_15fddc3a74f3f9a48916e97fdef9fa51);});$marker.push(m_15fddc3a74f3f9a48916e97fdef9fa51);}});}google.maps.event.addDomListener(window, 'load', initialize);