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.7004,-73.4695)};var g_d9618ba726f62de721997196bb5619e5 = new google.maps.Geocoder();g_d9618ba726f62de721997196bb5619e5.geocode( { 'address': "75 Beekman St, Plattsburgh, NY 12901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plattsburgh-NY-cvph-employee-fcu').style.display = '';map = new google.maps.Map(document.getElementById('plattsburgh-NY-cvph-employee-fcu'), mapOptions);}document.getElementById('e626e136').innerHTML += ' | View Map';var $ld9618ba726f62de721997196bb5619e5 = '

CVPH Employee FCU

Address: 75 Beekman St, Plattsburgh, NY 12901, USA
Phone: (518) 562-7030
';var m_d9618ba726f62de721997196bb5619e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CVPH Employee FCU',});m_d9618ba726f62de721997196bb5619e5['infowindow'] = new google.maps.InfoWindow({content: $ld9618ba726f62de721997196bb5619e5});var infowindow = new google.maps.InfoWindow({content: $ld9618ba726f62de721997196bb5619e5});google.maps.event.addListener(m_d9618ba726f62de721997196bb5619e5, 'click', function() {infowindow.open(map,m_d9618ba726f62de721997196bb5619e5);});$marker.push(m_d9618ba726f62de721997196bb5619e5);}});}google.maps.event.addDomListener(window, 'load', initialize);