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.0685,-117.928)};var g_d996bee9380f388cb5c3e14ca2a7009d = new google.maps.Geocoder();g_d996bee9380f388cb5c3e14ca2a7009d.geocode( { 'address': "332 S California Ave, West Covina, CA 91793, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-schoolsfirst-federal-credit-union--west-covina').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-schoolsfirst-federal-credit-union--west-covina'), mapOptions);}document.getElementById('e8eaaf26').innerHTML += ' | View Map';var $ld996bee9380f388cb5c3e14ca2a7009d = '

SchoolsFirst Federal Credit Union- West Covina

Address: 332 S California Ave, West Covina, CA 91793, USA
Phone: (800) 462-8328
';var m_d996bee9380f388cb5c3e14ca2a7009d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SchoolsFirst Federal Credit Union- West Covina',});m_d996bee9380f388cb5c3e14ca2a7009d['infowindow'] = new google.maps.InfoWindow({content: $ld996bee9380f388cb5c3e14ca2a7009d});var infowindow = new google.maps.InfoWindow({content: $ld996bee9380f388cb5c3e14ca2a7009d});google.maps.event.addListener(m_d996bee9380f388cb5c3e14ca2a7009d, 'click', function() {infowindow.open(map,m_d996bee9380f388cb5c3e14ca2a7009d);});$marker.push(m_d996bee9380f388cb5c3e14ca2a7009d);}});}google.maps.event.addDomListener(window, 'load', initialize);