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.7539,-73.9926)};var g_7b7324f8841c5f9a929c7c3a3cb60391 = new google.maps.Geocoder();g_7b7324f8841c5f9a929c7c3a3cb60391.geocode( { 'address': "535 8th Ave, New York, NY 10018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-united-capital-source').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-united-capital-source'), mapOptions);}document.getElementById('ff12058d').innerHTML += ' | View Map';var $l7b7324f8841c5f9a929c7c3a3cb60391 = '

United Capital Source

Address: 535 8th Ave, New York, NY 10018, USA
Phone: (855) 933-8638
';var m_7b7324f8841c5f9a929c7c3a3cb60391 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Capital Source',});m_7b7324f8841c5f9a929c7c3a3cb60391['infowindow'] = new google.maps.InfoWindow({content: $l7b7324f8841c5f9a929c7c3a3cb60391});var infowindow = new google.maps.InfoWindow({content: $l7b7324f8841c5f9a929c7c3a3cb60391});google.maps.event.addListener(m_7b7324f8841c5f9a929c7c3a3cb60391, 'click', function() {infowindow.open(map,m_7b7324f8841c5f9a929c7c3a3cb60391);});$marker.push(m_7b7324f8841c5f9a929c7c3a3cb60391);}});}google.maps.event.addDomListener(window, 'load', initialize);