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.0412,-118.43)};var g_52ab9dc2424d367155a10ff54cc43273 = new google.maps.Geocoder();g_52ab9dc2424d367155a10ff54cc43273.geocode( { 'address': "2355 Westwood Blvd #668, Los Angeles, CA 90064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-pacific-debt-management').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-pacific-debt-management'), mapOptions);}document.getElementById('ed9435c5').innerHTML += ' | View Map';var $l52ab9dc2424d367155a10ff54cc43273 = '

Pacific Debt Management

Address: 2355 Westwood Blvd #668, Los Angeles, CA 90064, USA
Phone: (877) 722-3328
';var m_52ab9dc2424d367155a10ff54cc43273 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Debt Management',});m_52ab9dc2424d367155a10ff54cc43273['infowindow'] = new google.maps.InfoWindow({content: $l52ab9dc2424d367155a10ff54cc43273});var infowindow = new google.maps.InfoWindow({content: $l52ab9dc2424d367155a10ff54cc43273});google.maps.event.addListener(m_52ab9dc2424d367155a10ff54cc43273, 'click', function() {infowindow.open(map,m_52ab9dc2424d367155a10ff54cc43273);});$marker.push(m_52ab9dc2424d367155a10ff54cc43273);}});}google.maps.event.addDomListener(window, 'load', initialize);