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.8185,-73.4119)};var g_e7b09b70310f45f26f55d0764f661f07 = new google.maps.Geocoder();g_e7b09b70310f45f26f55d0764f661f07.geocode( { 'address': "273 Walt Whitman Road Suite, #128 Huntington Station, Huntington Station, NY 11746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-station-NY-capital-solutions-group').style.display = '';map = new google.maps.Map(document.getElementById('huntington-station-NY-capital-solutions-group'), mapOptions);}document.getElementById('bfcf0c26').innerHTML += ' | View Map';var $le7b09b70310f45f26f55d0764f661f07 = '

Capital Solutions Group

Address: 273 Walt Whitman Road Suite, #128 Huntington Station, Huntington Station, NY 11746, USA
Phone: (888) 587-7460
';var m_e7b09b70310f45f26f55d0764f661f07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Solutions Group',});m_e7b09b70310f45f26f55d0764f661f07['infowindow'] = new google.maps.InfoWindow({content: $le7b09b70310f45f26f55d0764f661f07});var infowindow = new google.maps.InfoWindow({content: $le7b09b70310f45f26f55d0764f661f07});google.maps.event.addListener(m_e7b09b70310f45f26f55d0764f661f07, 'click', function() {infowindow.open(map,m_e7b09b70310f45f26f55d0764f661f07);});$marker.push(m_e7b09b70310f45f26f55d0764f661f07);}});}google.maps.event.addDomListener(window, 'load', initialize);