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(44.2931,-73.9949)};var g_46eb89815a1b3f947dfbb2f0da536c73 = new google.maps.Geocoder();g_46eb89815a1b3f947dfbb2f0da536c73.geocode( { 'address': "453 Wesvalley Rd, Lake Placid, NY 12946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-placid-NY-tri-lakes-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lake-placid-NY-tri-lakes-federal-credit-union'), mapOptions);}document.getElementById('3bf1301b').innerHTML += ' | View Map';var $l46eb89815a1b3f947dfbb2f0da536c73 = '

Tri-Lakes Federal Credit Union

Address: 453 Wesvalley Rd, Lake Placid, NY 12946, USA
Phone: (518) 523-2775
';var m_46eb89815a1b3f947dfbb2f0da536c73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-Lakes Federal Credit Union',});m_46eb89815a1b3f947dfbb2f0da536c73['infowindow'] = new google.maps.InfoWindow({content: $l46eb89815a1b3f947dfbb2f0da536c73});var infowindow = new google.maps.InfoWindow({content: $l46eb89815a1b3f947dfbb2f0da536c73});google.maps.event.addListener(m_46eb89815a1b3f947dfbb2f0da536c73, 'click', function() {infowindow.open(map,m_46eb89815a1b3f947dfbb2f0da536c73);});$marker.push(m_46eb89815a1b3f947dfbb2f0da536c73);}});}google.maps.event.addDomListener(window, 'load', initialize);