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(41.5022,-74.0482)};var g_63c07e376dcf5799fc02381033f7c121 = new google.maps.Geocoder();g_63c07e376dcf5799fc02381033f7c121.geocode( { 'address': "100 Stony Brook Ct, Newburgh, NY 12550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newburgh-NY-compass-asset-management-group').style.display = '';map = new google.maps.Map(document.getElementById('newburgh-NY-compass-asset-management-group'), mapOptions);}document.getElementById('ea96c8f8').innerHTML += ' | View Map';var $l63c07e376dcf5799fc02381033f7c121 = '

Compass Asset Management Group

Address: 100 Stony Brook Ct, Newburgh, NY 12550, USA
Phone: (845) 563-0537
';var m_63c07e376dcf5799fc02381033f7c121 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Asset Management Group',});m_63c07e376dcf5799fc02381033f7c121['infowindow'] = new google.maps.InfoWindow({content: $l63c07e376dcf5799fc02381033f7c121});var infowindow = new google.maps.InfoWindow({content: $l63c07e376dcf5799fc02381033f7c121});google.maps.event.addListener(m_63c07e376dcf5799fc02381033f7c121, 'click', function() {infowindow.open(map,m_63c07e376dcf5799fc02381033f7c121);});$marker.push(m_63c07e376dcf5799fc02381033f7c121);}});}google.maps.event.addDomListener(window, 'load', initialize);