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.2069,-118.546)};var g_f8ce3617cfed168ad284469a694894bd = new google.maps.Geocoder();g_f8ce3617cfed168ad284469a694894bd.geocode( { 'address': "7512 Topeka Dr, Reseda, CA 91335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-loan-agent').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-loan-agent'), mapOptions);}document.getElementById('275d6270').innerHTML += ' | View Map';var $lf8ce3617cfed168ad284469a694894bd = '

Loan Agent

Address: 7512 Topeka Dr, Reseda, CA 91335, USA
Phone: (877) 546-6356
';var m_f8ce3617cfed168ad284469a694894bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Agent',});m_f8ce3617cfed168ad284469a694894bd['infowindow'] = new google.maps.InfoWindow({content: $lf8ce3617cfed168ad284469a694894bd});var infowindow = new google.maps.InfoWindow({content: $lf8ce3617cfed168ad284469a694894bd});google.maps.event.addListener(m_f8ce3617cfed168ad284469a694894bd, 'click', function() {infowindow.open(map,m_f8ce3617cfed168ad284469a694894bd);});$marker.push(m_f8ce3617cfed168ad284469a694894bd);}});}google.maps.event.addDomListener(window, 'load', initialize);