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.7497,-73.9888)};var g_fe6ba870eb9fbaabdab832093cd635fc = new google.maps.Geocoder();g_fe6ba870eb9fbaabdab832093cd635fc.geocode( { 'address': "112 W 34th St, New York, NY 10120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-empire-capital-of-america-llc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-empire-capital-of-america-llc'), mapOptions);}document.getElementById('94b17a55').innerHTML += ' | View Map';var $lfe6ba870eb9fbaabdab832093cd635fc = '

Empire Capital Of America Llc

Address: 112 W 34th St, New York, NY 10120, USA
Phone: (800) 407-3090
';var m_fe6ba870eb9fbaabdab832093cd635fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Capital Of America Llc',});m_fe6ba870eb9fbaabdab832093cd635fc['infowindow'] = new google.maps.InfoWindow({content: $lfe6ba870eb9fbaabdab832093cd635fc});var infowindow = new google.maps.InfoWindow({content: $lfe6ba870eb9fbaabdab832093cd635fc});google.maps.event.addListener(m_fe6ba870eb9fbaabdab832093cd635fc, 'click', function() {infowindow.open(map,m_fe6ba870eb9fbaabdab832093cd635fc);});$marker.push(m_fe6ba870eb9fbaabdab832093cd635fc);}});}google.maps.event.addDomListener(window, 'load', initialize);