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.866,-73.5263)};var g_952af98aa6133e599c897b3532684e5a = new google.maps.Geocoder();g_952af98aa6133e599c897b3532684e5a.geocode( { 'address': "142 Singworth St, Oyster Bay, NY 11771"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oyster-bay-NY-credit-research').style.display = '';map = new google.maps.Map(document.getElementById('oyster-bay-NY-credit-research'), mapOptions);}document.getElementById('30a02467').innerHTML += ' | View Map';var $l952af98aa6133e599c897b3532684e5a = '

Credit Research

Address: 142 Singworth St, Oyster Bay, NY 11771
Phone: (516) 922-1576
';var m_952af98aa6133e599c897b3532684e5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Research',});m_952af98aa6133e599c897b3532684e5a['infowindow'] = new google.maps.InfoWindow({content: $l952af98aa6133e599c897b3532684e5a});var infowindow = new google.maps.InfoWindow({content: $l952af98aa6133e599c897b3532684e5a});google.maps.event.addListener(m_952af98aa6133e599c897b3532684e5a, 'click', function() {infowindow.open(map,m_952af98aa6133e599c897b3532684e5a);});$marker.push(m_952af98aa6133e599c897b3532684e5a);}});}google.maps.event.addDomListener(window, 'load', initialize);