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.6446,-121.126)};var g_e3692ab66a84f2def8e3674c063dc29b = new google.maps.Geocoder();g_e3692ab66a84f2def8e3674c063dc29b.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-brad-lengle-lending-team---guild-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-brad-lengle-lending-team---guild-mortgage'), mapOptions);}document.getElementById('57a783fc').innerHTML += ' | View Map';var $le3692ab66a84f2def8e3674c063dc29b = '

Brad L'Engle Lending Team - Guild Mortgage

Address: 2365 Iron Point Rd #230, Folsom, CA 95630, USA
Phone: (916) 977-1291
';var m_e3692ab66a84f2def8e3674c063dc29b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brad L'Engle Lending Team - Guild Mortgage',});m_e3692ab66a84f2def8e3674c063dc29b['infowindow'] = new google.maps.InfoWindow({content: $le3692ab66a84f2def8e3674c063dc29b});var infowindow = new google.maps.InfoWindow({content: $le3692ab66a84f2def8e3674c063dc29b});google.maps.event.addListener(m_e3692ab66a84f2def8e3674c063dc29b, 'click', function() {infowindow.open(map,m_e3692ab66a84f2def8e3674c063dc29b);});$marker.push(m_e3692ab66a84f2def8e3674c063dc29b);}});}google.maps.event.addDomListener(window, 'load', initialize);