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.1444,-75.9583)};var g_1d0914956de6571f8d23687d2651fc83 = new google.maps.Geocoder();g_1d0914956de6571f8d23687d2651fc83.geocode( { 'address': "286 Deyo Hill Rd, Johnson City, NY 13790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-NY-visions-fcu').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-NY-visions-fcu'), mapOptions);}document.getElementById('76452ea7').innerHTML += ' | View Map';var $l1d0914956de6571f8d23687d2651fc83 = '

Visions FCU

Address: 286 Deyo Hill Rd, Johnson City, NY 13790, USA
Phone: (800) 242-2120
';var m_1d0914956de6571f8d23687d2651fc83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Visions FCU',});m_1d0914956de6571f8d23687d2651fc83['infowindow'] = new google.maps.InfoWindow({content: $l1d0914956de6571f8d23687d2651fc83});var infowindow = new google.maps.InfoWindow({content: $l1d0914956de6571f8d23687d2651fc83});google.maps.event.addListener(m_1d0914956de6571f8d23687d2651fc83, 'click', function() {infowindow.open(map,m_1d0914956de6571f8d23687d2651fc83);});$marker.push(m_1d0914956de6571f8d23687d2651fc83);}});}google.maps.event.addDomListener(window, 'load', initialize);