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.0099,-118.282)};var g_597600e8640b2278f167977055871680 = new google.maps.Geocoder();g_597600e8640b2278f167977055871680.geocode( { 'address': "4060 S Figueroa St, Los Angeles, CA 90037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-rise-financial-pathways').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-rise-financial-pathways'), mapOptions);}document.getElementById('e7be8fa2').innerHTML += ' | View Map';var $l597600e8640b2278f167977055871680 = '

RISE Financial Pathways

Address: 4060 S Figueroa St, Los Angeles, CA 90037, USA
Phone: (323) 233-1900
';var m_597600e8640b2278f167977055871680 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RISE Financial Pathways',});m_597600e8640b2278f167977055871680['infowindow'] = new google.maps.InfoWindow({content: $l597600e8640b2278f167977055871680});var infowindow = new google.maps.InfoWindow({content: $l597600e8640b2278f167977055871680});google.maps.event.addListener(m_597600e8640b2278f167977055871680, 'click', function() {infowindow.open(map,m_597600e8640b2278f167977055871680);});$marker.push(m_597600e8640b2278f167977055871680);}});}google.maps.event.addDomListener(window, 'load', initialize);