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.8721,-73.5336)};var g_46bd03ca54a682982442d0cdde81cb7f = new google.maps.Geocoder();g_46bd03ca54a682982442d0cdde81cb7f.geocode( { 'address': "71 W Main St #2, Oyster Bay, NY 11771, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oyster-bay-NY-all-business-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('oyster-bay-NY-all-business-credit-corporation'), mapOptions);}document.getElementById('8d2cd70c').innerHTML += ' | View Map';var $l46bd03ca54a682982442d0cdde81cb7f = '

All Business Credit Corporation

Address: 71 W Main St #2, Oyster Bay, NY 11771, USA
Phone: (516) 922-1020
';var m_46bd03ca54a682982442d0cdde81cb7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All Business Credit Corporation',});m_46bd03ca54a682982442d0cdde81cb7f['infowindow'] = new google.maps.InfoWindow({content: $l46bd03ca54a682982442d0cdde81cb7f});var infowindow = new google.maps.InfoWindow({content: $l46bd03ca54a682982442d0cdde81cb7f});google.maps.event.addListener(m_46bd03ca54a682982442d0cdde81cb7f, 'click', function() {infowindow.open(map,m_46bd03ca54a682982442d0cdde81cb7f);});$marker.push(m_46bd03ca54a682982442d0cdde81cb7f);}});}google.maps.event.addDomListener(window, 'load', initialize);