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.2311,-76.3008)};var g_a2243b77c8944ad1c43ce84343ced5b8 = new google.maps.Geocoder();g_a2243b77c8944ad1c43ce84343ced5b8.geocode( { 'address': "483 Main St, Phoenix, NY 13135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-NY-americu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-NY-americu-credit-union'), mapOptions);}document.getElementById('439c4b1c').innerHTML += ' | View Map';var $la2243b77c8944ad1c43ce84343ced5b8 = '

Americu Credit Union

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