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.1331,-76.2203)};var g_85eccc978a002c6c779a49de0522415c = new google.maps.Geocoder();g_85eccc978a002c6c779a49de0522415c.geocode( { 'address': "7474 Oswego Rd, Liverpool, NY 13090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liverpool-NY-americu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('liverpool-NY-americu-credit-union'), mapOptions);}document.getElementById('fe680229').innerHTML += ' | View Map';var $l85eccc978a002c6c779a49de0522415c = '

AmeriCU Credit Union

Address: 7474 Oswego Rd, Liverpool, NY 13090, USA
Phone: (315) 622-5447
';var m_85eccc978a002c6c779a49de0522415c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmeriCU Credit Union',});m_85eccc978a002c6c779a49de0522415c['infowindow'] = new google.maps.InfoWindow({content: $l85eccc978a002c6c779a49de0522415c});var infowindow = new google.maps.InfoWindow({content: $l85eccc978a002c6c779a49de0522415c});google.maps.event.addListener(m_85eccc978a002c6c779a49de0522415c, 'click', function() {infowindow.open(map,m_85eccc978a002c6c779a49de0522415c);});$marker.push(m_85eccc978a002c6c779a49de0522415c);}});}google.maps.event.addDomListener(window, 'load', initialize);