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.4522,-118.617)};var g_ea8ee948d50e9d6a1178287b0ad74d02 = new google.maps.Geocoder();g_ea8ee948d50e9d6a1178287b0ad74d02.geocode( { 'address': "29469 The Old Road - A, Castaic, CA 91384, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castaic-CA-smart-credit-counseling').style.display = '';map = new google.maps.Map(document.getElementById('castaic-CA-smart-credit-counseling'), mapOptions);}document.getElementById('00cc41d4').innerHTML += ' | View Map';var $lea8ee948d50e9d6a1178287b0ad74d02 = '

Smart Credit Counseling

Address: 29469 The Old Road - A, Castaic, CA 91384, USA
Phone: (661) 720-1950
';var m_ea8ee948d50e9d6a1178287b0ad74d02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Smart Credit Counseling',});m_ea8ee948d50e9d6a1178287b0ad74d02['infowindow'] = new google.maps.InfoWindow({content: $lea8ee948d50e9d6a1178287b0ad74d02});var infowindow = new google.maps.InfoWindow({content: $lea8ee948d50e9d6a1178287b0ad74d02});google.maps.event.addListener(m_ea8ee948d50e9d6a1178287b0ad74d02, 'click', function() {infowindow.open(map,m_ea8ee948d50e9d6a1178287b0ad74d02);});$marker.push(m_ea8ee948d50e9d6a1178287b0ad74d02);}});}google.maps.event.addDomListener(window, 'load', initialize);