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.1486,-79.4049)};var g_46ffbbb58de8060c1532382cddc7692c = new google.maps.Geocoder();g_46ffbbb58de8060c1532382cddc7692c.geocode( { 'address': "2 Hadley Bay Rd, Stow, NY 14785, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stow-NY-inner-lakes-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stow-NY-inner-lakes-fed-credit-union'), mapOptions);}document.getElementById('c4ce8b3a').innerHTML += ' | View Map';var $l46ffbbb58de8060c1532382cddc7692c = '

Inner Lakes Fed Credit Union

Address: 2 Hadley Bay Rd, Stow, NY 14785, USA
Phone: (716) 763-8062
';var m_46ffbbb58de8060c1532382cddc7692c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inner Lakes Fed Credit Union',});m_46ffbbb58de8060c1532382cddc7692c['infowindow'] = new google.maps.InfoWindow({content: $l46ffbbb58de8060c1532382cddc7692c});var infowindow = new google.maps.InfoWindow({content: $l46ffbbb58de8060c1532382cddc7692c});google.maps.event.addListener(m_46ffbbb58de8060c1532382cddc7692c, 'click', function() {infowindow.open(map,m_46ffbbb58de8060c1532382cddc7692c);});$marker.push(m_46ffbbb58de8060c1532382cddc7692c);}});}google.maps.event.addDomListener(window, 'load', initialize);