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.772,-73.7594)};var g_a4e3073e15bd50e07f194ef7c0d28b01 = new google.maps.Geocoder();g_a4e3073e15bd50e07f194ef7c0d28b01.geocode( { 'address': "30 Century Hill Dr #103, Latham, NY 12110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('latham-NY-northeast-funding-services').style.display = '';map = new google.maps.Map(document.getElementById('latham-NY-northeast-funding-services'), mapOptions);}document.getElementById('eae0917e').innerHTML += ' | View Map';var $la4e3073e15bd50e07f194ef7c0d28b01 = '

Northeast Funding Services

Address: 30 Century Hill Dr #103, Latham, NY 12110, USA
Phone: (518) 782-1855
';var m_a4e3073e15bd50e07f194ef7c0d28b01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Funding Services',});m_a4e3073e15bd50e07f194ef7c0d28b01['infowindow'] = new google.maps.InfoWindow({content: $la4e3073e15bd50e07f194ef7c0d28b01});var infowindow = new google.maps.InfoWindow({content: $la4e3073e15bd50e07f194ef7c0d28b01});google.maps.event.addListener(m_a4e3073e15bd50e07f194ef7c0d28b01, 'click', function() {infowindow.open(map,m_a4e3073e15bd50e07f194ef7c0d28b01);});$marker.push(m_a4e3073e15bd50e07f194ef7c0d28b01);}});}google.maps.event.addDomListener(window, 'load', initialize);