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.1034,-75.2992)};var g_3fc706f47043e49da169890c0684abba = new google.maps.Geocoder();g_3fc706f47043e49da169890c0684abba.geocode( { 'address': "4957 Commercial Dr, Yorkville, NY 13495, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yorkville-NY-americu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('yorkville-NY-americu-credit-union'), mapOptions);}document.getElementById('70867f89').innerHTML += ' | View Map';var $l3fc706f47043e49da169890c0684abba = '

AmeriCU Credit Union

Address: 4957 Commercial Dr, Yorkville, NY 13495, USA
Phone: (800) 388-2000
';var m_3fc706f47043e49da169890c0684abba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmeriCU Credit Union',});m_3fc706f47043e49da169890c0684abba['infowindow'] = new google.maps.InfoWindow({content: $l3fc706f47043e49da169890c0684abba});var infowindow = new google.maps.InfoWindow({content: $l3fc706f47043e49da169890c0684abba});google.maps.event.addListener(m_3fc706f47043e49da169890c0684abba, 'click', function() {infowindow.open(map,m_3fc706f47043e49da169890c0684abba);});$marker.push(m_3fc706f47043e49da169890c0684abba);}});}google.maps.event.addDomListener(window, 'load', initialize);