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.5256,-74.0674)};var g_0fb4162278cc01c72c141ac5f009ffa1 = new google.maps.Geocoder();g_0fb4162278cc01c72c141ac5f009ffa1.geocode( { 'address': "118-236 Old South Plank Rd, Newburgh, NY 12550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newburgh-NY-quality-consolidated-services').style.display = '';map = new google.maps.Map(document.getElementById('newburgh-NY-quality-consolidated-services'), mapOptions);}document.getElementById('9cc02b9c').innerHTML += ' | View Map';var $l0fb4162278cc01c72c141ac5f009ffa1 = '

Quality Consolidated Services

Address: 118-236 Old South Plank Rd, Newburgh, NY 12550, USA
Phone: (845) 445-6650
';var m_0fb4162278cc01c72c141ac5f009ffa1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quality Consolidated Services',});m_0fb4162278cc01c72c141ac5f009ffa1['infowindow'] = new google.maps.InfoWindow({content: $l0fb4162278cc01c72c141ac5f009ffa1});var infowindow = new google.maps.InfoWindow({content: $l0fb4162278cc01c72c141ac5f009ffa1});google.maps.event.addListener(m_0fb4162278cc01c72c141ac5f009ffa1, 'click', function() {infowindow.open(map,m_0fb4162278cc01c72c141ac5f009ffa1);});$marker.push(m_0fb4162278cc01c72c141ac5f009ffa1);}});}google.maps.event.addDomListener(window, 'load', initialize);