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.8073,-73.2595)};var g_4ae903080e6a4ac101ed47af7b5fb3c4 = new google.maps.Geocoder();g_4ae903080e6a4ac101ed47af7b5fb3c4.geocode( { 'address': "150 Motor Pkwy, Hauppauge, NY 11788, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hauppauge-NY-promed-healthcare-financing').style.display = '';map = new google.maps.Map(document.getElementById('hauppauge-NY-promed-healthcare-financing'), mapOptions);}document.getElementById('6ac7a475').innerHTML += ' | View Map';var $l4ae903080e6a4ac101ed47af7b5fb3c4 = '

ProMED Healthcare Financing

Address: 150 Motor Pkwy, Hauppauge, NY 11788, USA
Phone: (844) 467-7663
';var m_4ae903080e6a4ac101ed47af7b5fb3c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ProMED Healthcare Financing',});m_4ae903080e6a4ac101ed47af7b5fb3c4['infowindow'] = new google.maps.InfoWindow({content: $l4ae903080e6a4ac101ed47af7b5fb3c4});var infowindow = new google.maps.InfoWindow({content: $l4ae903080e6a4ac101ed47af7b5fb3c4});google.maps.event.addListener(m_4ae903080e6a4ac101ed47af7b5fb3c4, 'click', function() {infowindow.open(map,m_4ae903080e6a4ac101ed47af7b5fb3c4);});$marker.push(m_4ae903080e6a4ac101ed47af7b5fb3c4);}});}google.maps.event.addDomListener(window, 'load', initialize);