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.7961,-118.304)};var g_cd17c6d4ec5cec31ac57e6efce22da95 = new google.maps.Geocoder();g_cd17c6d4ec5cec31ac57e6efce22da95.geocode( { 'address': "1527 252nd St, Harbor City, CA 90710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-valueloans').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-valueloans'), mapOptions);}document.getElementById('0e5237bf').innerHTML += ' | View Map';var $lcd17c6d4ec5cec31ac57e6efce22da95 = '

ValueLoans

Address: 1527 252nd St, Harbor City, CA 90710, USA
Phone: (310) 534-2401
';var m_cd17c6d4ec5cec31ac57e6efce22da95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ValueLoans',});m_cd17c6d4ec5cec31ac57e6efce22da95['infowindow'] = new google.maps.InfoWindow({content: $lcd17c6d4ec5cec31ac57e6efce22da95});var infowindow = new google.maps.InfoWindow({content: $lcd17c6d4ec5cec31ac57e6efce22da95});google.maps.event.addListener(m_cd17c6d4ec5cec31ac57e6efce22da95, 'click', function() {infowindow.open(map,m_cd17c6d4ec5cec31ac57e6efce22da95);});$marker.push(m_cd17c6d4ec5cec31ac57e6efce22da95);}});}google.maps.event.addDomListener(window, 'load', initialize);