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.7529,-73.9913)};var g_01a059fe2b61e33b3e1eaaf2858b35aa = new google.maps.Geocoder();g_01a059fe2b61e33b3e1eaaf2858b35aa.geocode( { 'address': "242 West 36th Street, 14th Floor, New York, NY 10018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-fora-financial').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-fora-financial'), mapOptions);}document.getElementById('75a89f11').innerHTML += ' | View Map';var $l01a059fe2b61e33b3e1eaaf2858b35aa = '

Fora Financial

Address: 242 West 36th Street, 14th Floor, New York, NY 10018, USA
Phone: (212) 947-0100
';var m_01a059fe2b61e33b3e1eaaf2858b35aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fora Financial',});m_01a059fe2b61e33b3e1eaaf2858b35aa['infowindow'] = new google.maps.InfoWindow({content: $l01a059fe2b61e33b3e1eaaf2858b35aa});var infowindow = new google.maps.InfoWindow({content: $l01a059fe2b61e33b3e1eaaf2858b35aa});google.maps.event.addListener(m_01a059fe2b61e33b3e1eaaf2858b35aa, 'click', function() {infowindow.open(map,m_01a059fe2b61e33b3e1eaaf2858b35aa);});$marker.push(m_01a059fe2b61e33b3e1eaaf2858b35aa);}});}google.maps.event.addDomListener(window, 'load', initialize);