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.6443,-121.126)};var g_1310027e3cc8905b006af624e99937d0 = new google.maps.Geocoder();g_1310027e3cc8905b006af624e99937d0.geocode( { 'address': "2365 Iron Point Rd #230, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-guild-mortgage---nora-robinson').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-guild-mortgage---nora-robinson'), mapOptions);}document.getElementById('57a783fc').innerHTML += ' | View Map';var $l1310027e3cc8905b006af624e99937d0 = '

Guild Mortgage - Nora Robinson

Address: 2365 Iron Point Rd #230, Folsom, CA 95630, USA
Phone: (916) 696-6013
';var m_1310027e3cc8905b006af624e99937d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage - Nora Robinson',});m_1310027e3cc8905b006af624e99937d0['infowindow'] = new google.maps.InfoWindow({content: $l1310027e3cc8905b006af624e99937d0});var infowindow = new google.maps.InfoWindow({content: $l1310027e3cc8905b006af624e99937d0});google.maps.event.addListener(m_1310027e3cc8905b006af624e99937d0, 'click', function() {infowindow.open(map,m_1310027e3cc8905b006af624e99937d0);});$marker.push(m_1310027e3cc8905b006af624e99937d0);}});}google.maps.event.addDomListener(window, 'load', initialize);