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.1506,-77.0589)};var g_5ac743bb07d7ade910de883559891e70 = new google.maps.Geocoder();g_5ac743bb07d7ade910de883559891e70.geocode( { 'address': "1 Credit Union Plaza, Corning, NY 14830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corning-NY-ccu-wealth-strategies---a-division-of-corning-credit-union-an-independent-firm').style.display = '';map = new google.maps.Map(document.getElementById('corning-NY-ccu-wealth-strategies---a-division-of-corning-credit-union-an-independent-firm'), mapOptions);}document.getElementById('020af059').innerHTML += ' | View Map';var $l5ac743bb07d7ade910de883559891e70 = '

CCU Wealth Strategies - A Division of Corning Credit Union. An Independent Firm.

Address: 1 Credit Union Plaza, Corning, NY 14830, USA
Phone: (607) 937-5292
';var m_5ac743bb07d7ade910de883559891e70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCU Wealth Strategies - A Division of Corning Credit Union. An Independent Firm.',});m_5ac743bb07d7ade910de883559891e70['infowindow'] = new google.maps.InfoWindow({content: $l5ac743bb07d7ade910de883559891e70});var infowindow = new google.maps.InfoWindow({content: $l5ac743bb07d7ade910de883559891e70});google.maps.event.addListener(m_5ac743bb07d7ade910de883559891e70, 'click', function() {infowindow.open(map,m_5ac743bb07d7ade910de883559891e70);});$marker.push(m_5ac743bb07d7ade910de883559891e70);}});}google.maps.event.addDomListener(window, 'load', initialize);