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.7058,-74.0102)};var g_ca984606811af203d9c911a7b9120eba = new google.maps.Geocoder();g_ca984606811af203d9c911a7b9120eba.geocode( { 'address': "40 Exchange Pl #1306, New York, NY 10005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-tyrian-bull').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-tyrian-bull'), mapOptions);}document.getElementById('65b42c8d').innerHTML += ' | View Map';var $lca984606811af203d9c911a7b9120eba = '

Tyrian Bull

Address: 40 Exchange Pl #1306, New York, NY 10005, USA
Phone: (212) 937-5659
';var m_ca984606811af203d9c911a7b9120eba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tyrian Bull',});m_ca984606811af203d9c911a7b9120eba['infowindow'] = new google.maps.InfoWindow({content: $lca984606811af203d9c911a7b9120eba});var infowindow = new google.maps.InfoWindow({content: $lca984606811af203d9c911a7b9120eba});google.maps.event.addListener(m_ca984606811af203d9c911a7b9120eba, 'click', function() {infowindow.open(map,m_ca984606811af203d9c911a7b9120eba);});$marker.push(m_ca984606811af203d9c911a7b9120eba);}});}google.maps.event.addDomListener(window, 'load', initialize);