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.6288,-74.0946)};var g_c7e55e8a6962727a62ac77d3db61826a = new google.maps.Geocoder();g_c7e55e8a6962727a62ac77d3db61826a.geocode( { 'address': "1460 Forest Ave, Staten Island, NY 10302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-sib-t').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-sib-t'), mapOptions);}document.getElementById('09fe695c').innerHTML += ' | View Map';var $lc7e55e8a6962727a62ac77d3db61826a = '

SIB & T

Address: 1460 Forest Ave, Staten Island, NY 10302
Phone: (718) 447-0294
';var m_c7e55e8a6962727a62ac77d3db61826a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SIB & T',});m_c7e55e8a6962727a62ac77d3db61826a['infowindow'] = new google.maps.InfoWindow({content: $lc7e55e8a6962727a62ac77d3db61826a});var infowindow = new google.maps.InfoWindow({content: $lc7e55e8a6962727a62ac77d3db61826a});google.maps.event.addListener(m_c7e55e8a6962727a62ac77d3db61826a, 'click', function() {infowindow.open(map,m_c7e55e8a6962727a62ac77d3db61826a);});$marker.push(m_c7e55e8a6962727a62ac77d3db61826a);}});}google.maps.event.addDomListener(window, 'load', initialize);