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.5319,-75.5229)};var g_bc9f0f7cc74131bec2707aad4acb1c46 = new google.maps.Geocoder();g_bc9f0f7cc74131bec2707aad4acb1c46.geocode( { 'address': "11 E Park Pl, Norwich, NY 13815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-NY-norwich-telops-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('norwich-NY-norwich-telops-federal-cu'), mapOptions);}document.getElementById('820157e5').innerHTML += ' | View Map';var $lbc9f0f7cc74131bec2707aad4acb1c46 = '

Norwich Telops Federal CU

Address: 11 E Park Pl, Norwich, NY 13815, USA
Phone: (607) 336-4988
';var m_bc9f0f7cc74131bec2707aad4acb1c46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Norwich Telops Federal CU',});m_bc9f0f7cc74131bec2707aad4acb1c46['infowindow'] = new google.maps.InfoWindow({content: $lbc9f0f7cc74131bec2707aad4acb1c46});var infowindow = new google.maps.InfoWindow({content: $lbc9f0f7cc74131bec2707aad4acb1c46});google.maps.event.addListener(m_bc9f0f7cc74131bec2707aad4acb1c46, 'click', function() {infowindow.open(map,m_bc9f0f7cc74131bec2707aad4acb1c46);});$marker.push(m_bc9f0f7cc74131bec2707aad4acb1c46);}});}google.maps.event.addDomListener(window, 'load', initialize);