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.0981,-79.2554)};var g_3aec913b895a9112e968109fdaf02b65 = new google.maps.Geocoder();g_3aec913b895a9112e968109fdaf02b65.geocode( { 'address': "181 Fairmount Ave, Jamestown, NY 14701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-NY-jamestown-area-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-NY-jamestown-area-community-fcu'), mapOptions);}document.getElementById('28e3fdb8').innerHTML += ' | View Map';var $l3aec913b895a9112e968109fdaf02b65 = '

Jamestown Area Community FCU

Address: 181 Fairmount Ave, Jamestown, NY 14701, USA
Phone: (716) 763-3642
';var m_3aec913b895a9112e968109fdaf02b65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jamestown Area Community FCU',});m_3aec913b895a9112e968109fdaf02b65['infowindow'] = new google.maps.InfoWindow({content: $l3aec913b895a9112e968109fdaf02b65});var infowindow = new google.maps.InfoWindow({content: $l3aec913b895a9112e968109fdaf02b65});google.maps.event.addListener(m_3aec913b895a9112e968109fdaf02b65, 'click', function() {infowindow.open(map,m_3aec913b895a9112e968109fdaf02b65);});$marker.push(m_3aec913b895a9112e968109fdaf02b65);}});}google.maps.event.addDomListener(window, 'load', initialize);