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.0676,-118.403)};var g_853e5201d06428132b6f73bb43d9d3ec = new google.maps.Geocoder();g_853e5201d06428132b6f73bb43d9d3ec.geocode( { 'address': "9595 Wilshire Blvd #810, Beverly Hills, CA 90212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-hills-CA-cs-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('beverly-hills-CA-cs-financial-inc'), mapOptions);}document.getElementById('04dbf833').innerHTML += ' | View Map';var $l853e5201d06428132b6f73bb43d9d3ec = '

CS Financial, Inc.

Address: 9595 Wilshire Blvd #810, Beverly Hills, CA 90212, USA
Phone: (310) 777-3600
';var m_853e5201d06428132b6f73bb43d9d3ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CS Financial, Inc.',});m_853e5201d06428132b6f73bb43d9d3ec['infowindow'] = new google.maps.InfoWindow({content: $l853e5201d06428132b6f73bb43d9d3ec});var infowindow = new google.maps.InfoWindow({content: $l853e5201d06428132b6f73bb43d9d3ec});google.maps.event.addListener(m_853e5201d06428132b6f73bb43d9d3ec, 'click', function() {infowindow.open(map,m_853e5201d06428132b6f73bb43d9d3ec);});$marker.push(m_853e5201d06428132b6f73bb43d9d3ec);}});}google.maps.event.addDomListener(window, 'load', initialize);