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.425,-74.1715)};var g_7e3402ffb3917f754d5ba473662c4fe7 = new google.maps.Geocoder();g_7e3402ffb3917f754d5ba473662c4fe7.geocode( { 'address': "5 Fairlawn Dr, Washingtonville, NY 10992"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washingtonville-NY-advantage-solutions-plus-inc').style.display = '';map = new google.maps.Map(document.getElementById('washingtonville-NY-advantage-solutions-plus-inc'), mapOptions);}document.getElementById('6ddeae6b').innerHTML += ' | View Map';var $l7e3402ffb3917f754d5ba473662c4fe7 = '

Advantage Solutions Plus, Inc.

Address: 5 Fairlawn Dr, Washingtonville, NY 10992
Phone: (845) 913-7222
';var m_7e3402ffb3917f754d5ba473662c4fe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Solutions Plus, Inc.',});m_7e3402ffb3917f754d5ba473662c4fe7['infowindow'] = new google.maps.InfoWindow({content: $l7e3402ffb3917f754d5ba473662c4fe7});var infowindow = new google.maps.InfoWindow({content: $l7e3402ffb3917f754d5ba473662c4fe7});google.maps.event.addListener(m_7e3402ffb3917f754d5ba473662c4fe7, 'click', function() {infowindow.open(map,m_7e3402ffb3917f754d5ba473662c4fe7);});$marker.push(m_7e3402ffb3917f754d5ba473662c4fe7);}});}google.maps.event.addDomListener(window, 'load', initialize);