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.0957,-117.87)};var g_ff58785eb0fae8529aa6b5a3f152ca37 = new google.maps.Geocoder();g_ff58785eb0fae8529aa6b5a3f152ca37.geocode( { 'address': "1006 E Cypress St, Covina, CA 91724, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-credit-savers-associates').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-credit-savers-associates'), mapOptions);}document.getElementById('3039c201').innerHTML += ' | View Map';var $lff58785eb0fae8529aa6b5a3f152ca37 = '

Credit Savers Associates

Address: 1006 E Cypress St, Covina, CA 91724, USA
Phone: (626) 915-1404
';var m_ff58785eb0fae8529aa6b5a3f152ca37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Savers Associates',});m_ff58785eb0fae8529aa6b5a3f152ca37['infowindow'] = new google.maps.InfoWindow({content: $lff58785eb0fae8529aa6b5a3f152ca37});var infowindow = new google.maps.InfoWindow({content: $lff58785eb0fae8529aa6b5a3f152ca37});google.maps.event.addListener(m_ff58785eb0fae8529aa6b5a3f152ca37, 'click', function() {infowindow.open(map,m_ff58785eb0fae8529aa6b5a3f152ca37);});$marker.push(m_ff58785eb0fae8529aa6b5a3f152ca37);}});}google.maps.event.addDomListener(window, 'load', initialize);