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.8066,-73.1799)};var g_6af372925dee4b675a32d87ae1bc7c0c = new google.maps.Geocoder();g_6af372925dee4b675a32d87ae1bc7c0c.geocode( { 'address': "1747 Veterans Memorial Hwy #6, Islandia, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('islandia-NY-rmp-capital-corp').style.display = '';map = new google.maps.Map(document.getElementById('islandia-NY-rmp-capital-corp'), mapOptions);}document.getElementById('2ceba8f2').innerHTML += ' | View Map';var $l6af372925dee4b675a32d87ae1bc7c0c = '

RMP Capital Corp

Address: 1747 Veterans Memorial Hwy #6, Islandia, NY 11747, USA
Phone: (631) 738-0047
';var m_6af372925dee4b675a32d87ae1bc7c0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RMP Capital Corp',});m_6af372925dee4b675a32d87ae1bc7c0c['infowindow'] = new google.maps.InfoWindow({content: $l6af372925dee4b675a32d87ae1bc7c0c});var infowindow = new google.maps.InfoWindow({content: $l6af372925dee4b675a32d87ae1bc7c0c});google.maps.event.addListener(m_6af372925dee4b675a32d87ae1bc7c0c, 'click', function() {infowindow.open(map,m_6af372925dee4b675a32d87ae1bc7c0c);});$marker.push(m_6af372925dee4b675a32d87ae1bc7c0c);}});}google.maps.event.addDomListener(window, 'load', initialize);