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.7535,-73.9781)};var g_8709147691d5e6cbe19cfb99dd19d33d = new google.maps.Geocoder();g_8709147691d5e6cbe19cfb99dd19d33d.geocode( { 'address': "335 Madison Ave, 16th Floor, New York, NY 10017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-va-loan-captain-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-va-loan-captain-inc'), mapOptions);}document.getElementById('46d77e40').innerHTML += ' | View Map';var $l8709147691d5e6cbe19cfb99dd19d33d = '

VA Loan Captain, Inc.

Address: 335 Madison Ave, 16th Floor, New York, NY 10017, USA
Phone: (855) 825-2278
';var m_8709147691d5e6cbe19cfb99dd19d33d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Loan Captain, Inc.',});m_8709147691d5e6cbe19cfb99dd19d33d['infowindow'] = new google.maps.InfoWindow({content: $l8709147691d5e6cbe19cfb99dd19d33d});var infowindow = new google.maps.InfoWindow({content: $l8709147691d5e6cbe19cfb99dd19d33d});google.maps.event.addListener(m_8709147691d5e6cbe19cfb99dd19d33d, 'click', function() {infowindow.open(map,m_8709147691d5e6cbe19cfb99dd19d33d);});$marker.push(m_8709147691d5e6cbe19cfb99dd19d33d);}});}google.maps.event.addDomListener(window, 'load', initialize);