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(42.2483,-73.7744)};var g_fe53e1244c879ce82c82c42f327f19bf = new google.maps.Geocoder();g_fe53e1244c879ce82c82c42f327f19bf.geocode( { 'address': "1 Hudson City Ctr, Hudson, NY 12534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-NY-flatiron-capital-co').style.display = '';map = new google.maps.Map(document.getElementById('hudson-NY-flatiron-capital-co'), mapOptions);}document.getElementById('a7f129ad').innerHTML += ' | View Map';var $lfe53e1244c879ce82c82c42f327f19bf = '

Flatiron Capital Co

Address: 1 Hudson City Ctr, Hudson, NY 12534
Phone: (518) 828-8820
';var m_fe53e1244c879ce82c82c42f327f19bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flatiron Capital Co',});m_fe53e1244c879ce82c82c42f327f19bf['infowindow'] = new google.maps.InfoWindow({content: $lfe53e1244c879ce82c82c42f327f19bf});var infowindow = new google.maps.InfoWindow({content: $lfe53e1244c879ce82c82c42f327f19bf});google.maps.event.addListener(m_fe53e1244c879ce82c82c42f327f19bf, 'click', function() {infowindow.open(map,m_fe53e1244c879ce82c82c42f327f19bf);});$marker.push(m_fe53e1244c879ce82c82c42f327f19bf);}});}google.maps.event.addDomListener(window, 'load', initialize);