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.0565,-117.821)};var g_8305818a54ef4a93b0b7e2456f788b2a = new google.maps.Geocoder();g_8305818a54ef4a93b0b7e2456f788b2a.geocode( { 'address': "Bldg 35, 3801 W Temple Ave, Pomona, CA 91768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pomona-CA-cal-poly-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pomona-CA-cal-poly-federal-credit-union'), mapOptions);}document.getElementById('83160530').innerHTML += ' | View Map';var $l8305818a54ef4a93b0b7e2456f788b2a = '

Cal Poly Federal Credit Union

Address: Bldg 35, 3801 W Temple Ave, Pomona, CA 91768, USA
Phone: (909) 869-6800
';var m_8305818a54ef4a93b0b7e2456f788b2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cal Poly Federal Credit Union',});m_8305818a54ef4a93b0b7e2456f788b2a['infowindow'] = new google.maps.InfoWindow({content: $l8305818a54ef4a93b0b7e2456f788b2a});var infowindow = new google.maps.InfoWindow({content: $l8305818a54ef4a93b0b7e2456f788b2a});google.maps.event.addListener(m_8305818a54ef4a93b0b7e2456f788b2a, 'click', function() {infowindow.open(map,m_8305818a54ef4a93b0b7e2456f788b2a);});$marker.push(m_8305818a54ef4a93b0b7e2456f788b2a);}});}google.maps.event.addDomListener(window, 'load', initialize);