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(34.158,-118.081)};var g_c26cbb9457ff75f58f479364ddb79cd1 = new google.maps.Geocoder();g_c26cbb9457ff75f58f479364ddb79cd1.geocode( { 'address': "670 N Rosemead Blvd, Pasadena, CA 91107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-CA-pasadena-service-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-CA-pasadena-service-federal-credit-union'), mapOptions);}document.getElementById('6be12f54').innerHTML += ' | View Map';var $lc26cbb9457ff75f58f479364ddb79cd1 = '

Pasadena Service Federal Credit Union

Address: 670 N Rosemead Blvd, Pasadena, CA 91107, USA
Phone: (626) 351-9651
';var m_c26cbb9457ff75f58f479364ddb79cd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pasadena Service Federal Credit Union',});m_c26cbb9457ff75f58f479364ddb79cd1['infowindow'] = new google.maps.InfoWindow({content: $lc26cbb9457ff75f58f479364ddb79cd1});var infowindow = new google.maps.InfoWindow({content: $lc26cbb9457ff75f58f479364ddb79cd1});google.maps.event.addListener(m_c26cbb9457ff75f58f479364ddb79cd1, 'click', function() {infowindow.open(map,m_c26cbb9457ff75f58f479364ddb79cd1);});$marker.push(m_c26cbb9457ff75f58f479364ddb79cd1);}});}google.maps.event.addDomListener(window, 'load', initialize);