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.6596,-73.7037)};var g_96457e639661096d40858319c3a5ffed = new google.maps.Geocoder();g_96457e639661096d40858319c3a5ffed.geocode( { 'address': "181 S Franklin Ave # 202, Valley Stream, NY 11581, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-stream-NY-rpg-consultants').style.display = '';map = new google.maps.Map(document.getElementById('valley-stream-NY-rpg-consultants'), mapOptions);}document.getElementById('46d8a219').innerHTML += ' | View Map';var $l96457e639661096d40858319c3a5ffed = '

RPG Consultants

Address: 181 S Franklin Ave # 202, Valley Stream, NY 11581, USA
Phone: (212) 947-4800
';var m_96457e639661096d40858319c3a5ffed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RPG Consultants',});m_96457e639661096d40858319c3a5ffed['infowindow'] = new google.maps.InfoWindow({content: $l96457e639661096d40858319c3a5ffed});var infowindow = new google.maps.InfoWindow({content: $l96457e639661096d40858319c3a5ffed});google.maps.event.addListener(m_96457e639661096d40858319c3a5ffed, 'click', function() {infowindow.open(map,m_96457e639661096d40858319c3a5ffed);});$marker.push(m_96457e639661096d40858319c3a5ffed);}});}google.maps.event.addDomListener(window, 'load', initialize);