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.7848,-73.5355)};var g_71571aff3cd031078ef458a08d501003 = new google.maps.Geocoder();g_71571aff3cd031078ef458a08d501003.geocode( { 'address': "2 Jericho Plz, Jericho, NY 11753"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jericho-NY-sb-equipment-leasing-corp').style.display = '';map = new google.maps.Map(document.getElementById('jericho-NY-sb-equipment-leasing-corp'), mapOptions);}document.getElementById('a1fe781e').innerHTML += ' | View Map';var $l71571aff3cd031078ef458a08d501003 = '

Sb Equipment Leasing Corp

Address: 2 Jericho Plz, Jericho, NY 11753
Phone: (516) 465-2300
';var m_71571aff3cd031078ef458a08d501003 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sb Equipment Leasing Corp',});m_71571aff3cd031078ef458a08d501003['infowindow'] = new google.maps.InfoWindow({content: $l71571aff3cd031078ef458a08d501003});var infowindow = new google.maps.InfoWindow({content: $l71571aff3cd031078ef458a08d501003});google.maps.event.addListener(m_71571aff3cd031078ef458a08d501003, 'click', function() {infowindow.open(map,m_71571aff3cd031078ef458a08d501003);});$marker.push(m_71571aff3cd031078ef458a08d501003);}});}google.maps.event.addDomListener(window, 'load', initialize);