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.5567,-121.372)};var g_fa11099f624c1955a2c6eafee62e040a = new google.maps.Geocoder();g_fa11099f624c1955a2c6eafee62e040a.geocode( { 'address': "2843 Manlove Rd, Sacramento, CA 95826, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-cahp-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-cahp-credit-union'), mapOptions);}document.getElementById('b4c9279f').innerHTML += ' | View Map';var $lfa11099f624c1955a2c6eafee62e040a = '

CAHP Credit Union

Address: 2843 Manlove Rd, Sacramento, CA 95826, USA
Phone: (800) 542-2247
';var m_fa11099f624c1955a2c6eafee62e040a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CAHP Credit Union',});m_fa11099f624c1955a2c6eafee62e040a['infowindow'] = new google.maps.InfoWindow({content: $lfa11099f624c1955a2c6eafee62e040a});var infowindow = new google.maps.InfoWindow({content: $lfa11099f624c1955a2c6eafee62e040a});google.maps.event.addListener(m_fa11099f624c1955a2c6eafee62e040a, 'click', function() {infowindow.open(map,m_fa11099f624c1955a2c6eafee62e040a);});$marker.push(m_fa11099f624c1955a2c6eafee62e040a);}});}google.maps.event.addDomListener(window, 'load', initialize);