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(41.8242,-79.6872)};var g_1c73b5ac340119713cc76226aa147eaf = new google.maps.Geocoder();g_1c73b5ac340119713cc76226aa147eaf.geocode( { 'address': "268 Main St, Spartansburg, PA 16434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartansburg-PA-corry-jamestown-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spartansburg-PA-corry-jamestown-credit-union'), mapOptions);}document.getElementById('13a7478a').innerHTML += ' | View Map';var $l1c73b5ac340119713cc76226aa147eaf = '

Corry Jamestown Credit Union

Address: 268 Main St, Spartansburg, PA 16434, USA
Phone: (814) 654-2309
';var m_1c73b5ac340119713cc76226aa147eaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Corry Jamestown Credit Union',});m_1c73b5ac340119713cc76226aa147eaf['infowindow'] = new google.maps.InfoWindow({content: $l1c73b5ac340119713cc76226aa147eaf});var infowindow = new google.maps.InfoWindow({content: $l1c73b5ac340119713cc76226aa147eaf});google.maps.event.addListener(m_1c73b5ac340119713cc76226aa147eaf, 'click', function() {infowindow.open(map,m_1c73b5ac340119713cc76226aa147eaf);});$marker.push(m_1c73b5ac340119713cc76226aa147eaf);}});}google.maps.event.addDomListener(window, 'load', initialize);