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_3952ad34cedd4c1369249bd1ffbfabcb = new google.maps.Geocoder();g_3952ad34cedd4c1369249bd1ffbfabcb.geocode( { 'address': "101 Parkshore Dr #100, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-veripax-financial-management').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-veripax-financial-management'), mapOptions);}document.getElementById('c32b444a').innerHTML += ' | View Map';var $l3952ad34cedd4c1369249bd1ffbfabcb = '

Veripax Financial Management

Address: 101 Parkshore Dr #100, Folsom, CA 95630, USA
Phone: (916) 358-5635
';var m_3952ad34cedd4c1369249bd1ffbfabcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veripax Financial Management',});m_3952ad34cedd4c1369249bd1ffbfabcb['infowindow'] = new google.maps.InfoWindow({content: $l3952ad34cedd4c1369249bd1ffbfabcb});var infowindow = new google.maps.InfoWindow({content: $l3952ad34cedd4c1369249bd1ffbfabcb});google.maps.event.addListener(m_3952ad34cedd4c1369249bd1ffbfabcb, 'click', function() {infowindow.open(map,m_3952ad34cedd4c1369249bd1ffbfabcb);});$marker.push(m_3952ad34cedd4c1369249bd1ffbfabcb);}});}google.maps.event.addDomListener(window, 'load', initialize);