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(42.6052,-73.8701)};var g_948293861c909e3437577b0388302346 = new google.maps.Geocoder();g_948293861c909e3437577b0388302346.geocode( { 'address': "66 Walden Fields Dr, Delmar, NY 12054"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delmar-NY-abc-lease-accounting-ltd').style.display = '';map = new google.maps.Map(document.getElementById('delmar-NY-abc-lease-accounting-ltd'), mapOptions);}document.getElementById('a47bc39c').innerHTML += ' | View Map';var $l948293861c909e3437577b0388302346 = '

ABC Lease Accounting Ltd

Address: 66 Walden Fields Dr, Delmar, NY 12054
Phone: (518) 857-5206
';var m_948293861c909e3437577b0388302346 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABC Lease Accounting Ltd',});m_948293861c909e3437577b0388302346['infowindow'] = new google.maps.InfoWindow({content: $l948293861c909e3437577b0388302346});var infowindow = new google.maps.InfoWindow({content: $l948293861c909e3437577b0388302346});google.maps.event.addListener(m_948293861c909e3437577b0388302346, 'click', function() {infowindow.open(map,m_948293861c909e3437577b0388302346);});$marker.push(m_948293861c909e3437577b0388302346);}});}google.maps.event.addDomListener(window, 'load', initialize);