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.8643,-73.3179)};var g_0c04f8c515ed6741850d0ef3efbfad56 = new google.maps.Geocoder();g_0c04f8c515ed6741850d0ef3efbfad56.geocode( { 'address': "3 Ashland Pl, East Northport, NY 11731"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-northport-NY-wayne-whitemore-associate').style.display = '';map = new google.maps.Map(document.getElementById('east-northport-NY-wayne-whitemore-associate'), mapOptions);}document.getElementById('fa971fe0').innerHTML += ' | View Map';var $l0c04f8c515ed6741850d0ef3efbfad56 = '

Wayne Whitemore & Associate

Address: 3 Ashland Pl, East Northport, NY 11731
Phone: (631) 754-2525
';var m_0c04f8c515ed6741850d0ef3efbfad56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wayne Whitemore & Associate',});m_0c04f8c515ed6741850d0ef3efbfad56['infowindow'] = new google.maps.InfoWindow({content: $l0c04f8c515ed6741850d0ef3efbfad56});var infowindow = new google.maps.InfoWindow({content: $l0c04f8c515ed6741850d0ef3efbfad56});google.maps.event.addListener(m_0c04f8c515ed6741850d0ef3efbfad56, 'click', function() {infowindow.open(map,m_0c04f8c515ed6741850d0ef3efbfad56);});$marker.push(m_0c04f8c515ed6741850d0ef3efbfad56);}});}google.maps.event.addDomListener(window, 'load', initialize);