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.0612,-118.305)};var g_a06f62840f17766df3af52dcc996f5df = new google.maps.Geocoder();g_a06f62840f17766df3af52dcc996f5df.geocode( { 'address': "3660 Wilshire Blvd Suite 626, Los Angeles, CA 90010, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-lightning-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-lightning-credit-solutions'), mapOptions);}document.getElementById('5e85e190').innerHTML += ' | View Map';var $la06f62840f17766df3af52dcc996f5df = '

Lightning Credit Solutions

Address: 3660 Wilshire Blvd Suite 626, Los Angeles, CA 90010, United States
Phone: (424) 228-2771
';var m_a06f62840f17766df3af52dcc996f5df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lightning Credit Solutions',});m_a06f62840f17766df3af52dcc996f5df['infowindow'] = new google.maps.InfoWindow({content: $la06f62840f17766df3af52dcc996f5df});var infowindow = new google.maps.InfoWindow({content: $la06f62840f17766df3af52dcc996f5df});google.maps.event.addListener(m_a06f62840f17766df3af52dcc996f5df, 'click', function() {infowindow.open(map,m_a06f62840f17766df3af52dcc996f5df);});$marker.push(m_a06f62840f17766df3af52dcc996f5df);}});}google.maps.event.addDomListener(window, 'load', initialize);