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.6653,-73.6994)};var g_5131f6caead4314643b671b624714d94 = new google.maps.Geocoder();g_5131f6caead4314643b671b624714d94.geocode( { 'address': "41 W Merrick Rd, Valley Stream, NY 11580, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-stream-NY-green-mountain-financial-services-ltd').style.display = '';map = new google.maps.Map(document.getElementById('valley-stream-NY-green-mountain-financial-services-ltd'), mapOptions);}document.getElementById('2b5a97e8').innerHTML += ' | View Map';var $l5131f6caead4314643b671b624714d94 = '

Green Mountain Financial Services, Ltd.

Address: 41 W Merrick Rd, Valley Stream, NY 11580, USA
Phone: (516) 596-1456
';var m_5131f6caead4314643b671b624714d94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Green Mountain Financial Services, Ltd.',});m_5131f6caead4314643b671b624714d94['infowindow'] = new google.maps.InfoWindow({content: $l5131f6caead4314643b671b624714d94});var infowindow = new google.maps.InfoWindow({content: $l5131f6caead4314643b671b624714d94});google.maps.event.addListener(m_5131f6caead4314643b671b624714d94, 'click', function() {infowindow.open(map,m_5131f6caead4314643b671b624714d94);});$marker.push(m_5131f6caead4314643b671b624714d94);}});}google.maps.event.addDomListener(window, 'load', initialize);