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.4798,-75.326)};var g_fb5c77496f3d3e72161c712f87005a6a = new google.maps.Geocoder();g_fb5c77496f3d3e72161c712f87005a6a.geocode( { 'address': "601 Main St, Boonville, NY 13309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boonville-NY-americu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boonville-NY-americu-credit-union'), mapOptions);}document.getElementById('bb35c493').innerHTML += ' | View Map';var $lfb5c77496f3d3e72161c712f87005a6a = '

Americu Credit Union

Address: 601 Main St, Boonville, NY 13309, USA
Phone:
';var m_fb5c77496f3d3e72161c712f87005a6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americu Credit Union',});m_fb5c77496f3d3e72161c712f87005a6a['infowindow'] = new google.maps.InfoWindow({content: $lfb5c77496f3d3e72161c712f87005a6a});var infowindow = new google.maps.InfoWindow({content: $lfb5c77496f3d3e72161c712f87005a6a});google.maps.event.addListener(m_fb5c77496f3d3e72161c712f87005a6a, 'click', function() {infowindow.open(map,m_fb5c77496f3d3e72161c712f87005a6a);});$marker.push(m_fb5c77496f3d3e72161c712f87005a6a);}});}google.maps.event.addDomListener(window, 'load', initialize);