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.2481,-76.0004)};var g_33c6a2754710cc752fd82963e7dfad20 = new google.maps.Geocoder();g_33c6a2754710cc752fd82963e7dfad20.geocode( { 'address': "1403 NY-49, Constantia, NY 13044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('constantia-NY-americu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('constantia-NY-americu-credit-union'), mapOptions);}document.getElementById('d6dfc515').innerHTML += ' | View Map';var $l33c6a2754710cc752fd82963e7dfad20 = '

Americu Credit Union

Address: 1403 NY-49, Constantia, NY 13044, USA
Phone:
';var m_33c6a2754710cc752fd82963e7dfad20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americu Credit Union',});m_33c6a2754710cc752fd82963e7dfad20['infowindow'] = new google.maps.InfoWindow({content: $l33c6a2754710cc752fd82963e7dfad20});var infowindow = new google.maps.InfoWindow({content: $l33c6a2754710cc752fd82963e7dfad20});google.maps.event.addListener(m_33c6a2754710cc752fd82963e7dfad20, 'click', function() {infowindow.open(map,m_33c6a2754710cc752fd82963e7dfad20);});$marker.push(m_33c6a2754710cc752fd82963e7dfad20);}});}google.maps.event.addDomListener(window, 'load', initialize);