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.1659,-118.625)};var g_de3185181a504517014989720b23a2dc = new google.maps.Geocoder();g_de3185181a504517014989720b23a2dc.geocode( { 'address': "22837 Ventura Blvd #203, Woodland Hills, CA 91364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-nrm-financial').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-nrm-financial'), mapOptions);}document.getElementById('999e7afa').innerHTML += ' | View Map';var $lde3185181a504517014989720b23a2dc = '

NRM Financial

Address: 22837 Ventura Blvd #203, Woodland Hills, CA 91364, USA
Phone: (818) 264-0550
';var m_de3185181a504517014989720b23a2dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NRM Financial',});m_de3185181a504517014989720b23a2dc['infowindow'] = new google.maps.InfoWindow({content: $lde3185181a504517014989720b23a2dc});var infowindow = new google.maps.InfoWindow({content: $lde3185181a504517014989720b23a2dc});google.maps.event.addListener(m_de3185181a504517014989720b23a2dc, 'click', function() {infowindow.open(map,m_de3185181a504517014989720b23a2dc);});$marker.push(m_de3185181a504517014989720b23a2dc);}});}google.maps.event.addDomListener(window, 'load', initialize);