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.7938,-121.234)};var g_10c8b0e04cb9de6494a84f2af9e59d55 = new google.maps.Geocoder();g_10c8b0e04cb9de6494a84f2af9e59d55.geocode( { 'address': "4940 Pacific St, Rocklin, CA 95677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-mae-capital-real-estate-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-mae-capital-real-estate-and-loan'), mapOptions);}document.getElementById('0381337b').innerHTML += ' | View Map';var $l10c8b0e04cb9de6494a84f2af9e59d55 = '

MAE Capital Real Estate and Loan

Address: 4940 Pacific St, Rocklin, CA 95677, USA
Phone: (916) 672-6130
';var m_10c8b0e04cb9de6494a84f2af9e59d55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MAE Capital Real Estate and Loan',});m_10c8b0e04cb9de6494a84f2af9e59d55['infowindow'] = new google.maps.InfoWindow({content: $l10c8b0e04cb9de6494a84f2af9e59d55});var infowindow = new google.maps.InfoWindow({content: $l10c8b0e04cb9de6494a84f2af9e59d55});google.maps.event.addListener(m_10c8b0e04cb9de6494a84f2af9e59d55, 'click', function() {infowindow.open(map,m_10c8b0e04cb9de6494a84f2af9e59d55);});$marker.push(m_10c8b0e04cb9de6494a84f2af9e59d55);}});}google.maps.event.addDomListener(window, 'load', initialize);