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(39.9507,-75.1715)};var g_99a092cd21b3c581071b444c86125fce = new google.maps.Geocoder();g_99a092cd21b3c581071b444c86125fce.geocode( { 'address': "1845 Walnut St, Philadelphia, PA 19103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-resource-credit-income-fund').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-resource-credit-income-fund'), mapOptions);}document.getElementById('ebb8361d').innerHTML += ' | View Map';var $l99a092cd21b3c581071b444c86125fce = '

Resource Credit Income Fund

Address: 1845 Walnut St, Philadelphia, PA 19103, USA
Phone: (866) 773-4120
';var m_99a092cd21b3c581071b444c86125fce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Resource Credit Income Fund',});m_99a092cd21b3c581071b444c86125fce['infowindow'] = new google.maps.InfoWindow({content: $l99a092cd21b3c581071b444c86125fce});var infowindow = new google.maps.InfoWindow({content: $l99a092cd21b3c581071b444c86125fce});google.maps.event.addListener(m_99a092cd21b3c581071b444c86125fce, 'click', function() {infowindow.open(map,m_99a092cd21b3c581071b444c86125fce);});$marker.push(m_99a092cd21b3c581071b444c86125fce);}});}google.maps.event.addDomListener(window, 'load', initialize);