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.7949,-73.1231)};var g_08d51cf6756a229925db7f88ac23cfd5 = new google.maps.Geocoder();g_08d51cf6756a229925db7f88ac23cfd5.geocode( { 'address': "2040 Ocean Ave, Ronkonkoma, NY 11779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ronkonkoma-NY-hartford-funding-ltd').style.display = '';map = new google.maps.Map(document.getElementById('ronkonkoma-NY-hartford-funding-ltd'), mapOptions);}document.getElementById('d2d90500').innerHTML += ' | View Map';var $l08d51cf6756a229925db7f88ac23cfd5 = '

Hartford Funding Ltd

Address: 2040 Ocean Ave, Ronkonkoma, NY 11779, USA
Phone: (631) 588-9300
';var m_08d51cf6756a229925db7f88ac23cfd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hartford Funding Ltd',});m_08d51cf6756a229925db7f88ac23cfd5['infowindow'] = new google.maps.InfoWindow({content: $l08d51cf6756a229925db7f88ac23cfd5});var infowindow = new google.maps.InfoWindow({content: $l08d51cf6756a229925db7f88ac23cfd5});google.maps.event.addListener(m_08d51cf6756a229925db7f88ac23cfd5, 'click', function() {infowindow.open(map,m_08d51cf6756a229925db7f88ac23cfd5);});$marker.push(m_08d51cf6756a229925db7f88ac23cfd5);}});}google.maps.event.addDomListener(window, 'load', initialize);