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.7903,-76.122)};var g_9406aad8dfa40380b6806e4f2038884d = new google.maps.Geocoder();g_9406aad8dfa40380b6806e4f2038884d.geocode( { 'address': "397 NY-281, Tully, NY 13159, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tully-NY-green-lake-associates').style.display = '';map = new google.maps.Map(document.getElementById('tully-NY-green-lake-associates'), mapOptions);}document.getElementById('d9c31a45').innerHTML += ' | View Map';var $l9406aad8dfa40380b6806e4f2038884d = '

Green Lake Associates

Address: 397 NY-281, Tully, NY 13159, USA
Phone: (315) 671-1234
';var m_9406aad8dfa40380b6806e4f2038884d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Green Lake Associates',});m_9406aad8dfa40380b6806e4f2038884d['infowindow'] = new google.maps.InfoWindow({content: $l9406aad8dfa40380b6806e4f2038884d});var infowindow = new google.maps.InfoWindow({content: $l9406aad8dfa40380b6806e4f2038884d});google.maps.event.addListener(m_9406aad8dfa40380b6806e4f2038884d, 'click', function() {infowindow.open(map,m_9406aad8dfa40380b6806e4f2038884d);});$marker.push(m_9406aad8dfa40380b6806e4f2038884d);}});}google.maps.event.addDomListener(window, 'load', initialize);