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.3009,-73.6365)};var g_9903cf90f7b73ae6861b8ce73a2f235a = new google.maps.Geocoder();g_9903cf90f7b73ae6861b8ce73a2f235a.geocode( { 'address': "99 Main St, South Glens Falls, NY 12803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-glens-falls-NY-ryan-osterhout---td-bank-mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('south-glens-falls-NY-ryan-osterhout---td-bank-mortgage-loan-officer'), mapOptions);}document.getElementById('09a135ad').innerHTML += ' | View Map';var $l9903cf90f7b73ae6861b8ce73a2f235a = '

Ryan Osterhout - TD Bank Mortgage Loan Officer

Address: 99 Main St, South Glens Falls, NY 12803, USA
Phone: (800) 822-6761
';var m_9903cf90f7b73ae6861b8ce73a2f235a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ryan Osterhout - TD Bank Mortgage Loan Officer',});m_9903cf90f7b73ae6861b8ce73a2f235a['infowindow'] = new google.maps.InfoWindow({content: $l9903cf90f7b73ae6861b8ce73a2f235a});var infowindow = new google.maps.InfoWindow({content: $l9903cf90f7b73ae6861b8ce73a2f235a});google.maps.event.addListener(m_9903cf90f7b73ae6861b8ce73a2f235a, 'click', function() {infowindow.open(map,m_9903cf90f7b73ae6861b8ce73a2f235a);});$marker.push(m_9903cf90f7b73ae6861b8ce73a2f235a);}});}google.maps.event.addDomListener(window, 'load', initialize);