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.6571,-121.187)};var g_8b5a0f0ad80e94f5a383e3445656b2fb = new google.maps.Geocoder();g_8b5a0f0ad80e94f5a383e3445656b2fb.geocode( { 'address': "101 Parkshore Dr, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-the-van-duyn-group').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-the-van-duyn-group'), mapOptions);}document.getElementById('d2fe8e77').innerHTML += ' | View Map';var $l8b5a0f0ad80e94f5a383e3445656b2fb = '

The Van Duyn Group

Address: 101 Parkshore Dr, Folsom, CA 95630, USA
Phone: (916) 834-2574
';var m_8b5a0f0ad80e94f5a383e3445656b2fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Van Duyn Group',});m_8b5a0f0ad80e94f5a383e3445656b2fb['infowindow'] = new google.maps.InfoWindow({content: $l8b5a0f0ad80e94f5a383e3445656b2fb});var infowindow = new google.maps.InfoWindow({content: $l8b5a0f0ad80e94f5a383e3445656b2fb});google.maps.event.addListener(m_8b5a0f0ad80e94f5a383e3445656b2fb, 'click', function() {infowindow.open(map,m_8b5a0f0ad80e94f5a383e3445656b2fb);});$marker.push(m_8b5a0f0ad80e94f5a383e3445656b2fb);}});}google.maps.event.addDomListener(window, 'load', initialize);