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.6709,-121.159)};var g_f7de465d10cbb2e3a5777fc2309c1305 = new google.maps.Geocoder();g_f7de465d10cbb2e3a5777fc2309c1305.geocode( { 'address': "707 E Bidwell St, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-heritage-community-credit-union-folsom').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-heritage-community-credit-union-folsom'), mapOptions);}document.getElementById('be049f56').innerHTML += ' | View Map';var $lf7de465d10cbb2e3a5777fc2309c1305 = '

Heritage Community Credit Union Folsom

Address: 707 E Bidwell St, Folsom, CA 95630, USA
Phone: (916) 364-1700
';var m_f7de465d10cbb2e3a5777fc2309c1305 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Community Credit Union Folsom',});m_f7de465d10cbb2e3a5777fc2309c1305['infowindow'] = new google.maps.InfoWindow({content: $lf7de465d10cbb2e3a5777fc2309c1305});var infowindow = new google.maps.InfoWindow({content: $lf7de465d10cbb2e3a5777fc2309c1305});google.maps.event.addListener(m_f7de465d10cbb2e3a5777fc2309c1305, 'click', function() {infowindow.open(map,m_f7de465d10cbb2e3a5777fc2309c1305);});$marker.push(m_f7de465d10cbb2e3a5777fc2309c1305);}});}google.maps.event.addDomListener(window, 'load', initialize);