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(43.335,-75.7485)};var g_a029dfa12adae355dc827614bb83e577 = new google.maps.Geocoder();g_a029dfa12adae355dc827614bb83e577.geocode( { 'address': "74 Main St, Camden, NY 13316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-NY-access-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('camden-NY-access-federal-credit-union'), mapOptions);}document.getElementById('12132a02').innerHTML += ' | View Map';var $la029dfa12adae355dc827614bb83e577 = '

Access Federal Credit Union

Address: 74 Main St, Camden, NY 13316, USA
Phone: (315) 245-2148
';var m_a029dfa12adae355dc827614bb83e577 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Access Federal Credit Union',});m_a029dfa12adae355dc827614bb83e577['infowindow'] = new google.maps.InfoWindow({content: $la029dfa12adae355dc827614bb83e577});var infowindow = new google.maps.InfoWindow({content: $la029dfa12adae355dc827614bb83e577});google.maps.event.addListener(m_a029dfa12adae355dc827614bb83e577, 'click', function() {infowindow.open(map,m_a029dfa12adae355dc827614bb83e577);});$marker.push(m_a029dfa12adae355dc827614bb83e577);}});}google.maps.event.addDomListener(window, 'load', initialize);