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.7726,-73.4244)};var g_58925b1f2ce31fa961c0e85d9bf6771a = new google.maps.Geocoder();g_58925b1f2ce31fa961c0e85d9bf6771a.geocode( { 'address': "538 Broadhollow Rd #403, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-hartford-funding-ltd').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-hartford-funding-ltd'), mapOptions);}document.getElementById('02db3437').innerHTML += ' | View Map';var $l58925b1f2ce31fa961c0e85d9bf6771a = '

Hartford Funding Ltd

Address: 538 Broadhollow Rd #403, Melville, NY 11747, USA
Phone: (631) 588-9300
';var m_58925b1f2ce31fa961c0e85d9bf6771a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hartford Funding Ltd',});m_58925b1f2ce31fa961c0e85d9bf6771a['infowindow'] = new google.maps.InfoWindow({content: $l58925b1f2ce31fa961c0e85d9bf6771a});var infowindow = new google.maps.InfoWindow({content: $l58925b1f2ce31fa961c0e85d9bf6771a});google.maps.event.addListener(m_58925b1f2ce31fa961c0e85d9bf6771a, 'click', function() {infowindow.open(map,m_58925b1f2ce31fa961c0e85d9bf6771a);});$marker.push(m_58925b1f2ce31fa961c0e85d9bf6771a);}});}google.maps.event.addDomListener(window, 'load', initialize);