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.7496,-73.9868)};var g_958c4164521f7618842d31c357445e45 = new google.maps.Geocoder();g_958c4164521f7618842d31c357445e45.geocode( { 'address': "31 W 34th St #7030, New York, NY 10001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-greenpath-financial-wellness'), mapOptions);}document.getElementById('1449dfa6').innerHTML += ' | View Map';var $l958c4164521f7618842d31c357445e45 = '

GreenPath Financial Wellness

Address: 31 W 34th St #7030, New York, NY 10001, USA
Phone: (212) 336-9400
';var m_958c4164521f7618842d31c357445e45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_958c4164521f7618842d31c357445e45['infowindow'] = new google.maps.InfoWindow({content: $l958c4164521f7618842d31c357445e45});var infowindow = new google.maps.InfoWindow({content: $l958c4164521f7618842d31c357445e45});google.maps.event.addListener(m_958c4164521f7618842d31c357445e45, 'click', function() {infowindow.open(map,m_958c4164521f7618842d31c357445e45);});$marker.push(m_958c4164521f7618842d31c357445e45);}});}google.maps.event.addDomListener(window, 'load', initialize);