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.8373,-73.9528)};var g_95956b13453a5aeea9db63de9ba64dec = new google.maps.Geocoder();g_95956b13453a5aeea9db63de9ba64dec.geocode( { 'address': "322 Ballston Rd, Scotia, NY 12302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotia-NY-hartford-funding-ltd').style.display = '';map = new google.maps.Map(document.getElementById('scotia-NY-hartford-funding-ltd'), mapOptions);}document.getElementById('0cc5e4c6').innerHTML += ' | View Map';var $l95956b13453a5aeea9db63de9ba64dec = '

Hartford Funding Ltd

Address: 322 Ballston Rd, Scotia, NY 12302, USA
Phone: (518) 372-3163
';var m_95956b13453a5aeea9db63de9ba64dec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hartford Funding Ltd',});m_95956b13453a5aeea9db63de9ba64dec['infowindow'] = new google.maps.InfoWindow({content: $l95956b13453a5aeea9db63de9ba64dec});var infowindow = new google.maps.InfoWindow({content: $l95956b13453a5aeea9db63de9ba64dec});google.maps.event.addListener(m_95956b13453a5aeea9db63de9ba64dec, 'click', function() {infowindow.open(map,m_95956b13453a5aeea9db63de9ba64dec);});$marker.push(m_95956b13453a5aeea9db63de9ba64dec);}});}google.maps.event.addDomListener(window, 'load', initialize);