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.8142,-73.19)};var g_8b16ebc056e613024c057be590b542eb = new google.maps.Geocoder();g_8b16ebc056e613024c057be590b542eb.geocode( { 'address': "1393 Veterans Memorial Hwy #202s, Hauppauge, NY 11788, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hauppauge-NY-discount-merchant-funding').style.display = '';map = new google.maps.Map(document.getElementById('hauppauge-NY-discount-merchant-funding'), mapOptions);}document.getElementById('fd4b6edf').innerHTML += ' | View Map';var $l8b16ebc056e613024c057be590b542eb = '

Discount Merchant Funding

Address: 1393 Veterans Memorial Hwy #202s, Hauppauge, NY 11788, USA
Phone: (844) 334-0192
';var m_8b16ebc056e613024c057be590b542eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Discount Merchant Funding',});m_8b16ebc056e613024c057be590b542eb['infowindow'] = new google.maps.InfoWindow({content: $l8b16ebc056e613024c057be590b542eb});var infowindow = new google.maps.InfoWindow({content: $l8b16ebc056e613024c057be590b542eb});google.maps.event.addListener(m_8b16ebc056e613024c057be590b542eb, 'click', function() {infowindow.open(map,m_8b16ebc056e613024c057be590b542eb);});$marker.push(m_8b16ebc056e613024c057be590b542eb);}});}google.maps.event.addDomListener(window, 'load', initialize);