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.7727,-73.4128)};var g_50ea2cb714371eafca62e8d5601a0bc0 = new google.maps.Geocoder();g_50ea2cb714371eafca62e8d5601a0bc0.geocode( { 'address': "105 Maxess Rd #300, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-michael-a-goldfeder-cfp').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-michael-a-goldfeder-cfp'), mapOptions);}document.getElementById('012a77dd').innerHTML += ' | View Map';var $l50ea2cb714371eafca62e8d5601a0bc0 = '

Michael A. Goldfeder, CFP®

Address: 105 Maxess Rd #300, Melville, NY 11747, USA
Phone: (631) 227-0600
';var m_50ea2cb714371eafca62e8d5601a0bc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michael A. Goldfeder, CFP®',});m_50ea2cb714371eafca62e8d5601a0bc0['infowindow'] = new google.maps.InfoWindow({content: $l50ea2cb714371eafca62e8d5601a0bc0});var infowindow = new google.maps.InfoWindow({content: $l50ea2cb714371eafca62e8d5601a0bc0});google.maps.event.addListener(m_50ea2cb714371eafca62e8d5601a0bc0, 'click', function() {infowindow.open(map,m_50ea2cb714371eafca62e8d5601a0bc0);});$marker.push(m_50ea2cb714371eafca62e8d5601a0bc0);}});}google.maps.event.addDomListener(window, 'load', initialize);