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(42.1142,-75.9584)};var g_0634e77aa97a136442f75748f0d60f73 = new google.maps.Geocoder();g_0634e77aa97a136442f75748f0d60f73.geocode( { 'address': "33-57 Harrison St, Johnson City, NY 13790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-NY-uhs-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-NY-uhs-employees-federal-credit-union'), mapOptions);}document.getElementById('67a8f3b7').innerHTML += ' | View Map';var $l0634e77aa97a136442f75748f0d60f73 = '

UHS Employees Federal Credit Union

Address: 33-57 Harrison St, Johnson City, NY 13790, USA
Phone: (607) 763-6565
';var m_0634e77aa97a136442f75748f0d60f73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UHS Employees Federal Credit Union',});m_0634e77aa97a136442f75748f0d60f73['infowindow'] = new google.maps.InfoWindow({content: $l0634e77aa97a136442f75748f0d60f73});var infowindow = new google.maps.InfoWindow({content: $l0634e77aa97a136442f75748f0d60f73});google.maps.event.addListener(m_0634e77aa97a136442f75748f0d60f73, 'click', function() {infowindow.open(map,m_0634e77aa97a136442f75748f0d60f73);});$marker.push(m_0634e77aa97a136442f75748f0d60f73);}});}google.maps.event.addDomListener(window, 'load', initialize);