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(33.9366,-117.262)};var g_697199a91bce9c978d9025ce25380216 = new google.maps.Geocoder();g_697199a91bce9c978d9025ce25380216.geocode( { 'address': "12625 Frederick St i-2, Moreno Valley, CA 92553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moreno-valley-CA-clearpath-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('moreno-valley-CA-clearpath-federal-credit-union'), mapOptions);}document.getElementById('e8d55f6c').innerHTML += ' | View Map';var $l697199a91bce9c978d9025ce25380216 = '

Clearpath Federal Credit Union

Address: 12625 Frederick St i-2, Moreno Valley, CA 92553, USA
Phone: (800) 433-7328
';var m_697199a91bce9c978d9025ce25380216 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpath Federal Credit Union',});m_697199a91bce9c978d9025ce25380216['infowindow'] = new google.maps.InfoWindow({content: $l697199a91bce9c978d9025ce25380216});var infowindow = new google.maps.InfoWindow({content: $l697199a91bce9c978d9025ce25380216});google.maps.event.addListener(m_697199a91bce9c978d9025ce25380216, 'click', function() {infowindow.open(map,m_697199a91bce9c978d9025ce25380216);});$marker.push(m_697199a91bce9c978d9025ce25380216);}});}google.maps.event.addDomListener(window, 'load', initialize);