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.7363,-73.6161)};var g_a92e4419f82fe2a947d9d7ec5f710b57 = new google.maps.Geocoder();g_a92e4419f82fe2a947d9d7ec5f710b57.geocode( { 'address': "300 Garden City Plaza Suite 220, Garden City, NY 11530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-greenpath-financial-wellness'), mapOptions);}document.getElementById('479f723b').innerHTML += ' | View Map';var $la92e4419f82fe2a947d9d7ec5f710b57 = '

GreenPath Financial Wellness

Address: 300 Garden City Plaza Suite 220, Garden City, NY 11530, USA
Phone: (516) 433-3301
';var m_a92e4419f82fe2a947d9d7ec5f710b57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_a92e4419f82fe2a947d9d7ec5f710b57['infowindow'] = new google.maps.InfoWindow({content: $la92e4419f82fe2a947d9d7ec5f710b57});var infowindow = new google.maps.InfoWindow({content: $la92e4419f82fe2a947d9d7ec5f710b57});google.maps.event.addListener(m_a92e4419f82fe2a947d9d7ec5f710b57, 'click', function() {infowindow.open(map,m_a92e4419f82fe2a947d9d7ec5f710b57);});$marker.push(m_a92e4419f82fe2a947d9d7ec5f710b57);}});}google.maps.event.addDomListener(window, 'load', initialize);