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.756,-73.9838)};var g_ba8d0823c02b67588d1d0184f242f778 = new google.maps.Geocoder();g_ba8d0823c02b67588d1d0184f242f778.geocode( { 'address': "27, 1133 6th Ave, New York, NY 10036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-bbt-capital-markets').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-bbt-capital-markets'), mapOptions);}document.getElementById('62131873').innerHTML += ' | View Map';var $lba8d0823c02b67588d1d0184f242f778 = '

BB&T Capital Markets

Address: 27, 1133 6th Ave, New York, NY 10036, USA
Phone: (212) 822-8100
';var m_ba8d0823c02b67588d1d0184f242f778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Capital Markets',});m_ba8d0823c02b67588d1d0184f242f778['infowindow'] = new google.maps.InfoWindow({content: $lba8d0823c02b67588d1d0184f242f778});var infowindow = new google.maps.InfoWindow({content: $lba8d0823c02b67588d1d0184f242f778});google.maps.event.addListener(m_ba8d0823c02b67588d1d0184f242f778, 'click', function() {infowindow.open(map,m_ba8d0823c02b67588d1d0184f242f778);});$marker.push(m_ba8d0823c02b67588d1d0184f242f778);}});}google.maps.event.addDomListener(window, 'load', initialize);