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.6006,-117.693)};var g_66e45dce347d12b7327ab809f15ccc0d = new google.maps.Geocoder();g_66e45dce347d12b7327ab809f15ccc0d.geocode( { 'address': "24881 Alicia Pkwy E-265, Laguna Hills, CA 92653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-hills-CA-brightside-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('laguna-hills-CA-brightside-credit-services'), mapOptions);}document.getElementById('0b2336f2').innerHTML += ' | View Map';var $l66e45dce347d12b7327ab809f15ccc0d = '

Brightside Credit Services

Address: 24881 Alicia Pkwy E-265, Laguna Hills, CA 92653, USA
Phone: (714) 378-9900
';var m_66e45dce347d12b7327ab809f15ccc0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brightside Credit Services',});m_66e45dce347d12b7327ab809f15ccc0d['infowindow'] = new google.maps.InfoWindow({content: $l66e45dce347d12b7327ab809f15ccc0d});var infowindow = new google.maps.InfoWindow({content: $l66e45dce347d12b7327ab809f15ccc0d});google.maps.event.addListener(m_66e45dce347d12b7327ab809f15ccc0d, 'click', function() {infowindow.open(map,m_66e45dce347d12b7327ab809f15ccc0d);});$marker.push(m_66e45dce347d12b7327ab809f15ccc0d);}});}google.maps.event.addDomListener(window, 'load', initialize);