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.0915,-118.382)};var g_ed372ed3fe48cd3981cc5aaf74ffe1f3 = new google.maps.Geocoder();g_ed372ed3fe48cd3981cc5aaf74ffe1f3.geocode( { 'address': "9000 W Sunset Blvd, West Hollywood, CA 90069"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hollywood-CA-sdg-financial').style.display = '';map = new google.maps.Map(document.getElementById('west-hollywood-CA-sdg-financial'), mapOptions);}document.getElementById('d6bcf742').innerHTML += ' | View Map';var $led372ed3fe48cd3981cc5aaf74ffe1f3 = '

SDG Financial

Address: 9000 W Sunset Blvd, West Hollywood, CA 90069
Phone: (310) 777-8373
';var m_ed372ed3fe48cd3981cc5aaf74ffe1f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SDG Financial',});m_ed372ed3fe48cd3981cc5aaf74ffe1f3['infowindow'] = new google.maps.InfoWindow({content: $led372ed3fe48cd3981cc5aaf74ffe1f3});var infowindow = new google.maps.InfoWindow({content: $led372ed3fe48cd3981cc5aaf74ffe1f3});google.maps.event.addListener(m_ed372ed3fe48cd3981cc5aaf74ffe1f3, 'click', function() {infowindow.open(map,m_ed372ed3fe48cd3981cc5aaf74ffe1f3);});$marker.push(m_ed372ed3fe48cd3981cc5aaf74ffe1f3);}});}google.maps.event.addDomListener(window, 'load', initialize);