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.7693,-73.422)};var g_d6f8f3df998dcb9d2c582f1c26dd32b1 = new google.maps.Geocoder();g_d6f8f3df998dcb9d2c582f1c26dd32b1.geocode( { 'address': "525 Broadhollow Rd # 200, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-merchants-capital-access').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-merchants-capital-access'), mapOptions);}document.getElementById('0894e539').innerHTML += ' | View Map';var $ld6f8f3df998dcb9d2c582f1c26dd32b1 = '

Merchants Capital Access

Address: 525 Broadhollow Rd # 200, Melville, NY 11747, USA
Phone: (877) 690-4882
';var m_d6f8f3df998dcb9d2c582f1c26dd32b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Capital Access',});m_d6f8f3df998dcb9d2c582f1c26dd32b1['infowindow'] = new google.maps.InfoWindow({content: $ld6f8f3df998dcb9d2c582f1c26dd32b1});var infowindow = new google.maps.InfoWindow({content: $ld6f8f3df998dcb9d2c582f1c26dd32b1});google.maps.event.addListener(m_d6f8f3df998dcb9d2c582f1c26dd32b1, 'click', function() {infowindow.open(map,m_d6f8f3df998dcb9d2c582f1c26dd32b1);});$marker.push(m_d6f8f3df998dcb9d2c582f1c26dd32b1);}});}google.maps.event.addDomListener(window, 'load', initialize);