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.0951,-76.0658)};var g_71b662f50c4cf57be98e314f207dfccc = new google.maps.Geocoder();g_71b662f50c4cf57be98e314f207dfccc.geocode( { 'address': "117 W Main St, Endicott, NY 13760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('endicott-NY-union-endicott-branch').style.display = '';map = new google.maps.Map(document.getElementById('endicott-NY-union-endicott-branch'), mapOptions);}document.getElementById('6476a1a5').innerHTML += ' | View Map';var $l71b662f50c4cf57be98e314f207dfccc = '

Union Endicott Branch

Address: 117 W Main St, Endicott, NY 13760, USA
Phone: (607) 754-1511
';var m_71b662f50c4cf57be98e314f207dfccc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Endicott Branch',});m_71b662f50c4cf57be98e314f207dfccc['infowindow'] = new google.maps.InfoWindow({content: $l71b662f50c4cf57be98e314f207dfccc});var infowindow = new google.maps.InfoWindow({content: $l71b662f50c4cf57be98e314f207dfccc});google.maps.event.addListener(m_71b662f50c4cf57be98e314f207dfccc, 'click', function() {infowindow.open(map,m_71b662f50c4cf57be98e314f207dfccc);});$marker.push(m_71b662f50c4cf57be98e314f207dfccc);}});}google.maps.event.addDomListener(window, 'load', initialize);