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.0975,-117.903)};var g_4117014623a94f010c460af8102e4788 = new google.maps.Geocoder();g_4117014623a94f010c460af8102e4788.geocode( { 'address': "101 S Barranca Ave, Covina, CA 91723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-christian-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-christian-community-credit-union'), mapOptions);}document.getElementById('f8cf1323').innerHTML += ' | View Map';var $l4117014623a94f010c460af8102e4788 = '

Christian Community Credit Union

Address: 101 S Barranca Ave, Covina, CA 91723
Phone: (626) 915-7551
';var m_4117014623a94f010c460af8102e4788 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christian Community Credit Union',});m_4117014623a94f010c460af8102e4788['infowindow'] = new google.maps.InfoWindow({content: $l4117014623a94f010c460af8102e4788});var infowindow = new google.maps.InfoWindow({content: $l4117014623a94f010c460af8102e4788});google.maps.event.addListener(m_4117014623a94f010c460af8102e4788, 'click', function() {infowindow.open(map,m_4117014623a94f010c460af8102e4788);});$marker.push(m_4117014623a94f010c460af8102e4788);}});}google.maps.event.addDomListener(window, 'load', initialize);