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(40.4635,-80.1772)};var g_b4fddb161c723fe41814b43123ff0f9c = new google.maps.Geocoder();g_b4fddb161c723fe41814b43123ff0f9c.geocode( { 'address': "1000 Fedex Dr, Moon, PA 15108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moon-PA-fedex-employees-credit-association').style.display = '';map = new google.maps.Map(document.getElementById('moon-PA-fedex-employees-credit-association'), mapOptions);}document.getElementById('01509d0c').innerHTML += ' | View Map';var $lb4fddb161c723fe41814b43123ff0f9c = '

FedEx Employees Credit Association

Address: 1000 Fedex Dr, Moon, PA 15108, USA
Phone: (901) 344-2500
';var m_b4fddb161c723fe41814b43123ff0f9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FedEx Employees Credit Association',});m_b4fddb161c723fe41814b43123ff0f9c['infowindow'] = new google.maps.InfoWindow({content: $lb4fddb161c723fe41814b43123ff0f9c});var infowindow = new google.maps.InfoWindow({content: $lb4fddb161c723fe41814b43123ff0f9c});google.maps.event.addListener(m_b4fddb161c723fe41814b43123ff0f9c, 'click', function() {infowindow.open(map,m_b4fddb161c723fe41814b43123ff0f9c);});$marker.push(m_b4fddb161c723fe41814b43123ff0f9c);}});}google.maps.event.addDomListener(window, 'load', initialize);