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.156,-118.478)};var g_169661ae6cd321dedd369acee6402b40 = new google.maps.Geocoder();g_169661ae6cd321dedd369acee6402b40.geocode( { 'address': "15821 Ventura Blvd #280, Encino, CA 91436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-1-800loanmart').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-1-800loanmart'), mapOptions);}document.getElementById('c559b420').innerHTML += ' | View Map';var $l169661ae6cd321dedd369acee6402b40 = '

1-800LoanMart

Address: 15821 Ventura Blvd #280, Encino, CA 91436, USA
Phone: (213) 699-9121
';var m_169661ae6cd321dedd369acee6402b40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1-800LoanMart',});m_169661ae6cd321dedd369acee6402b40['infowindow'] = new google.maps.InfoWindow({content: $l169661ae6cd321dedd369acee6402b40});var infowindow = new google.maps.InfoWindow({content: $l169661ae6cd321dedd369acee6402b40});google.maps.event.addListener(m_169661ae6cd321dedd369acee6402b40, 'click', function() {infowindow.open(map,m_169661ae6cd321dedd369acee6402b40);});$marker.push(m_169661ae6cd321dedd369acee6402b40);}});}google.maps.event.addDomListener(window, 'load', initialize);