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.3319,-75.9177)};var g_d5e95a3c9f187c3d683594cce22fc4b0 = new google.maps.Geocoder();g_d5e95a3c9f187c3d683594cce22fc4b0.geocode( { 'address': "15 State Route 12, Alexandria Bay, NY 13607"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-bay-NY-gouverneur-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-bay-NY-gouverneur-savings-loan-association'), mapOptions);}document.getElementById('509f90f8').innerHTML += ' | View Map';var $ld5e95a3c9f187c3d683594cce22fc4b0 = '

Gouverneur Savings & Loan Association

Address: 15 State Route 12, Alexandria Bay, NY 13607
Phone: (315) 482-4197
';var m_d5e95a3c9f187c3d683594cce22fc4b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gouverneur Savings & Loan Association',});m_d5e95a3c9f187c3d683594cce22fc4b0['infowindow'] = new google.maps.InfoWindow({content: $ld5e95a3c9f187c3d683594cce22fc4b0});var infowindow = new google.maps.InfoWindow({content: $ld5e95a3c9f187c3d683594cce22fc4b0});google.maps.event.addListener(m_d5e95a3c9f187c3d683594cce22fc4b0, 'click', function() {infowindow.open(map,m_d5e95a3c9f187c3d683594cce22fc4b0);});$marker.push(m_d5e95a3c9f187c3d683594cce22fc4b0);}});}google.maps.event.addDomListener(window, 'load', initialize);