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.7955,-73.685)};var g_f1be3ad90345f56fd97fcf282a265902 = new google.maps.Geocoder();g_f1be3ad90345f56fd97fcf282a265902.geocode( { 'address': "63 Plandome Rd, Manhasset, NY 11030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manhasset-NY-sun-trust-cleaning').style.display = '';map = new google.maps.Map(document.getElementById('manhasset-NY-sun-trust-cleaning'), mapOptions);}document.getElementById('0587072c').innerHTML += ' | View Map';var $lf1be3ad90345f56fd97fcf282a265902 = '

Sun Trust Cleaning

Address: 63 Plandome Rd, Manhasset, NY 11030
Phone: (516) 570-0697
';var m_f1be3ad90345f56fd97fcf282a265902 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Trust Cleaning',});m_f1be3ad90345f56fd97fcf282a265902['infowindow'] = new google.maps.InfoWindow({content: $lf1be3ad90345f56fd97fcf282a265902});var infowindow = new google.maps.InfoWindow({content: $lf1be3ad90345f56fd97fcf282a265902});google.maps.event.addListener(m_f1be3ad90345f56fd97fcf282a265902, 'click', function() {infowindow.open(map,m_f1be3ad90345f56fd97fcf282a265902);});$marker.push(m_f1be3ad90345f56fd97fcf282a265902);}});}google.maps.event.addDomListener(window, 'load', initialize);