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.7821,-73.4392)};var g_36af5034f3146eb9babf9704d2af75cf = new google.maps.Geocoder();g_36af5034f3146eb9babf9704d2af75cf.geocode( { 'address': "68 S Service Rd #100, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-mac-commercial-financing').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-mac-commercial-financing'), mapOptions);}document.getElementById('02d27dcb').innerHTML += ' | View Map';var $l36af5034f3146eb9babf9704d2af75cf = '

MAC Commercial Financing

Address: 68 S Service Rd #100, Melville, NY 11747, USA
Phone: (631) 427-3000
';var m_36af5034f3146eb9babf9704d2af75cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MAC Commercial Financing',});m_36af5034f3146eb9babf9704d2af75cf['infowindow'] = new google.maps.InfoWindow({content: $l36af5034f3146eb9babf9704d2af75cf});var infowindow = new google.maps.InfoWindow({content: $l36af5034f3146eb9babf9704d2af75cf});google.maps.event.addListener(m_36af5034f3146eb9babf9704d2af75cf, 'click', function() {infowindow.open(map,m_36af5034f3146eb9babf9704d2af75cf);});$marker.push(m_36af5034f3146eb9babf9704d2af75cf);}});}google.maps.event.addDomListener(window, 'load', initialize);