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()};var g_6f0362b8ffe8f935b4500b8391c0ddeb = new google.maps.Geocoder();g_6f0362b8ffe8f935b4500b8391c0ddeb.geocode( { 'address': "747 CHESTNUT RIDGE ROAD, CHESTNUT RIDGE, NY 10977"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chestnut-ridge-NY-masters-coverage-corp').style.display = '';map = new google.maps.Map(document.getElementById('chestnut-ridge-NY-masters-coverage-corp'), mapOptions);}document.getElementById('843abb7c').innerHTML += ' | View Map';var $l6f0362b8ffe8f935b4500b8391c0ddeb = '

MASTERS COVERAGE CORP

Address: 747 CHESTNUT RIDGE ROAD, CHESTNUT RIDGE, NY 10977
Phone: (845) 352-9100
';var m_6f0362b8ffe8f935b4500b8391c0ddeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MASTERS COVERAGE CORP',});m_6f0362b8ffe8f935b4500b8391c0ddeb['infowindow'] = new google.maps.InfoWindow({content: $l6f0362b8ffe8f935b4500b8391c0ddeb});var infowindow = new google.maps.InfoWindow({content: $l6f0362b8ffe8f935b4500b8391c0ddeb});google.maps.event.addListener(m_6f0362b8ffe8f935b4500b8391c0ddeb, 'click', function() {infowindow.open(map,m_6f0362b8ffe8f935b4500b8391c0ddeb);});$marker.push(m_6f0362b8ffe8f935b4500b8391c0ddeb);}});}google.maps.event.addDomListener(window, 'load', initialize);