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(40.7514,-73.9852)};var g_cd5a807b345f4e75cb253518533d8bb5 = new google.maps.Geocoder();g_cd5a807b345f4e75cb253518533d8bb5.geocode( { 'address': "39 W 37th St, New York, NY 10018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-trufund-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-trufund-financial-services'), mapOptions);}document.getElementById('bf9c1300').innerHTML += ' | View Map';var $lcd5a807b345f4e75cb253518533d8bb5 = '

TruFund Financial Services

Address: 39 W 37th St, New York, NY 10018, USA
Phone: (212) 204-1303
';var m_cd5a807b345f4e75cb253518533d8bb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TruFund Financial Services',});m_cd5a807b345f4e75cb253518533d8bb5['infowindow'] = new google.maps.InfoWindow({content: $lcd5a807b345f4e75cb253518533d8bb5});var infowindow = new google.maps.InfoWindow({content: $lcd5a807b345f4e75cb253518533d8bb5});google.maps.event.addListener(m_cd5a807b345f4e75cb253518533d8bb5, 'click', function() {infowindow.open(map,m_cd5a807b345f4e75cb253518533d8bb5);});$marker.push(m_cd5a807b345f4e75cb253518533d8bb5);}});}google.maps.event.addDomListener(window, 'load', initialize);