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(43.3175,-73.5754)};var g_feb419199c0ef41acaf52287c4cb54a0 = new google.maps.Geocoder();g_feb419199c0ef41acaf52287c4cb54a0.geocode( { 'address': "3027 US-4, Hudson Falls, NY 12839, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-falls-NY-the-kinney-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('hudson-falls-NY-the-kinney-agency-inc'), mapOptions);}document.getElementById('2cda74bd').innerHTML += ' | View Map';var $lfeb419199c0ef41acaf52287c4cb54a0 = '

The Kinney Agency Inc.

Address: 3027 US-4, Hudson Falls, NY 12839, USA
Phone: (518) 747-4136
';var m_feb419199c0ef41acaf52287c4cb54a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Kinney Agency Inc.',});m_feb419199c0ef41acaf52287c4cb54a0['infowindow'] = new google.maps.InfoWindow({content: $lfeb419199c0ef41acaf52287c4cb54a0});var infowindow = new google.maps.InfoWindow({content: $lfeb419199c0ef41acaf52287c4cb54a0});google.maps.event.addListener(m_feb419199c0ef41acaf52287c4cb54a0, 'click', function() {infowindow.open(map,m_feb419199c0ef41acaf52287c4cb54a0);});$marker.push(m_feb419199c0ef41acaf52287c4cb54a0);}});}google.maps.event.addDomListener(window, 'load', initialize);