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.6938,-73.4585)};var g_5b565f36b9ea786186b7e4e2aeecf617 = new google.maps.Geocoder();g_5b565f36b9ea786186b7e4e2aeecf617.geocode( { 'address': "49 Broad St #101, Plattsburgh, NY 12901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plattsburgh-NY-plattsburgh-city-school-district-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('plattsburgh-NY-plattsburgh-city-school-district-federal-credit-union'), mapOptions);}document.getElementById('248c4767').innerHTML += ' | View Map';var $l5b565f36b9ea786186b7e4e2aeecf617 = '

Plattsburgh City School District Federal Credit Union

Address: 49 Broad St #101, Plattsburgh, NY 12901, USA
Phone: (518) 561-4510
';var m_5b565f36b9ea786186b7e4e2aeecf617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plattsburgh City School District Federal Credit Union',});m_5b565f36b9ea786186b7e4e2aeecf617['infowindow'] = new google.maps.InfoWindow({content: $l5b565f36b9ea786186b7e4e2aeecf617});var infowindow = new google.maps.InfoWindow({content: $l5b565f36b9ea786186b7e4e2aeecf617});google.maps.event.addListener(m_5b565f36b9ea786186b7e4e2aeecf617, 'click', function() {infowindow.open(map,m_5b565f36b9ea786186b7e4e2aeecf617);});$marker.push(m_5b565f36b9ea786186b7e4e2aeecf617);}});}google.maps.event.addDomListener(window, 'load', initialize);