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.1548,-118.477)};var g_7e4135b9649021816e6326f115d7290a = new google.maps.Geocoder();g_7e4135b9649021816e6326f115d7290a.geocode( { 'address': "15760 Ventura Blvd, Encino, CA 91436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-pacific-credit-exchange').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-pacific-credit-exchange'), mapOptions);}document.getElementById('2e2cea8d').innerHTML += ' | View Map';var $l7e4135b9649021816e6326f115d7290a = '

Pacific Credit Exchange

Address: 15760 Ventura Blvd, Encino, CA 91436, USA
Phone: (818) 995-8424
';var m_7e4135b9649021816e6326f115d7290a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Credit Exchange',});m_7e4135b9649021816e6326f115d7290a['infowindow'] = new google.maps.InfoWindow({content: $l7e4135b9649021816e6326f115d7290a});var infowindow = new google.maps.InfoWindow({content: $l7e4135b9649021816e6326f115d7290a});google.maps.event.addListener(m_7e4135b9649021816e6326f115d7290a, 'click', function() {infowindow.open(map,m_7e4135b9649021816e6326f115d7290a);});$marker.push(m_7e4135b9649021816e6326f115d7290a);}});}google.maps.event.addDomListener(window, 'load', initialize);