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.1878,-118.45)};var g_797550b9a6e59de117714905f40c1374 = new google.maps.Geocoder();g_797550b9a6e59de117714905f40c1374.geocode( { 'address': "14523 Gilmore St, Van Nuys, CA 91411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-betterloanscom').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-betterloanscom'), mapOptions);}document.getElementById('a6c34541').innerHTML += ' | View Map';var $l797550b9a6e59de117714905f40c1374 = '

betterloans.com

Address: 14523 Gilmore St, Van Nuys, CA 91411, USA
Phone: (818) 223-3700
';var m_797550b9a6e59de117714905f40c1374 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'betterloans.com',});m_797550b9a6e59de117714905f40c1374['infowindow'] = new google.maps.InfoWindow({content: $l797550b9a6e59de117714905f40c1374});var infowindow = new google.maps.InfoWindow({content: $l797550b9a6e59de117714905f40c1374});google.maps.event.addListener(m_797550b9a6e59de117714905f40c1374, 'click', function() {infowindow.open(map,m_797550b9a6e59de117714905f40c1374);});$marker.push(m_797550b9a6e59de117714905f40c1374);}});}google.maps.event.addDomListener(window, 'load', initialize);