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.8947,-75.3922)};var g_e2d9bc580ff07f2c76c307150110f38f = new google.maps.Geocoder();g_e2d9bc580ff07f2c76c307150110f38f.geocode( { 'address': "Main St, Croghan, NY 13327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('croghan-NY-americu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('croghan-NY-americu-credit-union'), mapOptions);}document.getElementById('21fb4f49').innerHTML += ' | View Map';var $le2d9bc580ff07f2c76c307150110f38f = '

Americu Credit Union

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