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.7598,-121.312)};var g_9824e307efb60d05e41197f61648271a = new google.maps.Geocoder();g_9824e307efb60d05e41197f61648271a.geocode( { 'address': "5040 Foothills Blvd, Roseville, CA 95747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-patelco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-patelco-credit-union'), mapOptions);}document.getElementById('d0419e90').innerHTML += ' | View Map';var $l9824e307efb60d05e41197f61648271a = '

Patelco Credit Union

Address: 5040 Foothills Blvd, Roseville, CA 95747, USA
Phone: (800) 358-8228
';var m_9824e307efb60d05e41197f61648271a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patelco Credit Union',});m_9824e307efb60d05e41197f61648271a['infowindow'] = new google.maps.InfoWindow({content: $l9824e307efb60d05e41197f61648271a});var infowindow = new google.maps.InfoWindow({content: $l9824e307efb60d05e41197f61648271a});google.maps.event.addListener(m_9824e307efb60d05e41197f61648271a, 'click', function() {infowindow.open(map,m_9824e307efb60d05e41197f61648271a);});$marker.push(m_9824e307efb60d05e41197f61648271a);}});}google.maps.event.addDomListener(window, 'load', initialize);