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.663,-121.274)};var g_25845b529d5d7e763490238117473eb6 = new google.maps.Geocoder();g_25845b529d5d7e763490238117473eb6.geocode( { 'address': "5329 Sunrise Blvd, Fair Oaks, CA 95628, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-oaks-CA-heritage-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('fair-oaks-CA-heritage-community-cu'), mapOptions);}document.getElementById('38d65f1e').innerHTML += ' | View Map';var $l25845b529d5d7e763490238117473eb6 = '

Heritage Community Cu

Address: 5329 Sunrise Blvd, Fair Oaks, CA 95628, USA
Phone: (916) 364-1700
';var m_25845b529d5d7e763490238117473eb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Community Cu',});m_25845b529d5d7e763490238117473eb6['infowindow'] = new google.maps.InfoWindow({content: $l25845b529d5d7e763490238117473eb6});var infowindow = new google.maps.InfoWindow({content: $l25845b529d5d7e763490238117473eb6});google.maps.event.addListener(m_25845b529d5d7e763490238117473eb6, 'click', function() {infowindow.open(map,m_25845b529d5d7e763490238117473eb6);});$marker.push(m_25845b529d5d7e763490238117473eb6);}});}google.maps.event.addDomListener(window, 'load', initialize);